-
I believe I followed the instructions correctly, but I got these errors:
CMake Error at D:/prog/emsdk-portable-64bit/emscripten/1.37.35/cmake/Modules/Platform/Emscripten.cmake:108 (message):
Fai…
-
If I remember correctly I experimented with WAVM + TinyGo in the past and it worked . Need to add two env functions though:
```cpp
io_get_stdout ()->i32 // return 1
resource_write (i32, i32, i32)…
-
I input command "emcmake cmake ..;make;"
em++: warning: object file output extension (.bc) used for non-object output. If you meant to build an object file please use `-c, `-r`, or `-shared` [-Wem…
-
I'd like to follow up issue https://github.com/swig/swig/issues/1189
Thanks to the emscripten SDK (https://emscripten.org/), it is possible to cross-compile C and C++ code to Javascript and Webasse…
-
My first few builds with setup-emscripten were successful, but now the action is failing. Here's a failing run: https://github.com/justjake/quickjs-emscripten/runs/862052669?check_suite_focus=true#ste…
-
Hello,
I have compiled my own pocketsphinx.js and pocketsphinx.wasm version without any accoustic model embedeed, using the following command :
`cmake -DWASM=OFF -DEMSCRIPTEN=1 -DHMM_EMBED=OFF -DCMA…
-
If I try to build for `wasm32-unknown-emscripten` using the following command:
```
cargo build --target wasm32-unknown-emscripten
```
I get the following error:
```
Compiling stb_image …
-
As #1 indicated, the examples of the master branch are not working with the emscripten 1.38.0 above. (For me, 1.38.30)
I made them work like below;
1. Modify common/load-wasm.js as https://githu…
-
on macosx, with emscripten 1.7.8
I got to replace CppHeaderParser with v2.4, had to remove a few '$'s in box2d.clean.h since CppHeaderParser cannot parse them, until I encountered this result:
pytho…
-
on `sys.platform=="emscripten"` where `oct(os.umask(0)) == 0o777` by default instead of 0o22
at https://github.com/pypa/installer/blob/70ae05bb25c66e621064f2c031a04ac1192be30b/src/installer/utils.py#…