Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi is there a possibility to exclude SUBDIRS when compiling with Webassembly ? Something like this for win32:
win32 { SUBDIRS += A_DIR }
Yes, its named wasm
!wasm: { SUBDIRS+=... }
Thanks => SOLVED
wasm or emscripten? I've been using the latter and it works.
wasm
emscripten