HTML5/WebAssembly support #132
LukasBanana
started this conversation in
General
Replies: 1 comment 1 reply
-
I want to point out some important things. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope @vstanchevici doesn't mind me cherry picking his contribution as I just merged
dev-wasm
branch with a8907d6. This adds WebAssembly (Wasm) support via Emscripten.As for changes from his original commits:
Emscripten*
names toWasm*
since I consider WebAssembly the platform and Emscripten the toolchain to build for that platform.--pthreads
as pthreads are disabled by default. Enabling them requires the Chrome browser to be launched with--enable-features=SharedArrayBuffer
, which is not something an every day web user will do.Beta Was this translation helpful? Give feedback.
All reactions