- 03 Aug, 2018 5 commits
-
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
Update geckodriver to 0.21.0
-
Michael Droettboom authored
-
Michael Droettboom authored
-
- 30 Jul, 2018 1 commit
-
-
Michael Droettboom authored
Fix #93 by avoiding use of TextDecoder
-
- 26 Jul, 2018 4 commits
-
-
Michael Droettboom authored
Any use of TextDecoder on a part of the Wasm HEAP seems to cause crashes when using WebAssembly.instantiate later on (in Chrome). The fix is to: - Avoid use of TextDecoder in emscripten-generated code by setting -s TEXTDECODER=0 - Do the Python-to-JS string conversion a different way: - Handle the native format of a Python Unicode string (which is either UCS1, UCS 2 or UCS 4) directly. This has the added advantage of being computationally simpler than encoding/decoding to/from UTF8.
-
Michael Droettboom authored
Skip compile and configure cases during numpy build
-
Roman Yurchak authored
-
Roman Yurchak authored
-
- 25 Jul, 2018 6 commits
-
-
Michael Droettboom authored
Obsoletes #22. Include all codecs, since removing tests imp. size
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
Update emscripten to 1.38.10
-
- 24 Jul, 2018 18 commits
-
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
Use ccache to speed up rebuilds
-
Michael Droettboom authored
-
Michael Droettboom authored
MAINT Minor fixes in the Makefile for make clean
-
Roman Yurchak authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
- 23 Jul, 2018 4 commits
-
-
Michael Droettboom authored
Decrease Python call stack size so it doesn't exceed JS call stack
-
Michael Droettboom authored
-
Michael Droettboom authored
-
Michael Droettboom authored
-
- 20 Jul, 2018 2 commits
-
-
Michael Droettboom authored
Fix rebuilding of emsdk
-
Roman Yurchak authored
-