-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build jsartoolkit5 with working emscripten #15
base: master
Are you sure you want to change the base?
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)