build jsartoolkit5 with working emscripten#15
Conversation
|
^^ when compiling without fastcomp.. the app crashes with "Out of memory".. well i can't compile with fastcomp.. so i guess its that..:s |
Have you tried with the latest emsdk? |
|
The code is ok! Tested with emsdk 2.0.20 i will fix the conflicts and then i will merge it. |
now we are using the official docker images from emsdk! :)
|
merged with master.. ready :) |
Thank you @albjeremias i will make a quick check/test soon! |
|
Ok i will wait. Just ping me when Is ready. 🙂 |
its ready... |
this makes possible to compile jsartoolkit5 using latest emscripten version
I removed the BINARYEN_TRAP_MODE=clamp cause it seems emscript does it by default!
stderr: emcc: error: Invalid command line option -s BINARYEN_TRAP_MODE=clamp: The wasm backend does not support a trap mode **(it always clamps, in effect)**and the -r option is for .bc files to be supported by emscripten latest
emscripten-core/emscripten#13206 (comment)