Yes, I have one.
Build sequence:
```
mkdir emscripten
cd emscripten
emcmake cmake -GNinja ..
ninja -j4 wbin
[2/2] Linking CXX executable wbin.js
/*SUCCESS*/
ninja -j4 bin
[2/2] Linking CXX executable bin.js
FAILED: bin.js
: && /home/caiiiycuk/emscripten/sdk/emsdk/upstream/emscripten/em++
-Oz -w -Werror=return-type -s USE_SDL=1 --std=c++11 -s STB_IMAGE=1
-Oz --emit-symbol-map -s ASSERTIONS=0 -s
SAFE_HEAP=0 -s TOTAL_MEMORY=134217728 -s
WASM_MEM_MAX=134217728 -s INVOKE_RUN=0 -s
EXTRA_EXPORTED_RUNTIME_METHODS="['getMemory', 'addRunDependency',
'removeRunDependency', 'FS_createPath', 'FS_createPreloadedFile',
'FS_createDataFile', 'lengthBytesUTF8', 'stringToUTF8',
'UTF16ToString']" -s NO_EXIT_RUNTIME=1 -s
ERROR_ON_UNDEFINED_SYMBOLS=0 -s WASM=0
CMakeFiles/bin-obj.dir/main.cpp.o -o bin.js && :
emcc:WARNING: emcc: JS support in the upstream LLVM+wasm2js path is
very experimental currently (best to use fastcomp for asm.js for now)
```
P. S. This project is very bad written I just used it for testing.
пн, 8 июл. 2019 г. в 23:48, Alon Zakai <
alon...@gmail.com>:
> To view this discussion on the web visit
https://groups.google.com/d/msgid/emscripten-discuss/CAEX4NpRJHuJ%2BEepuyxcmFDB-Nd%2BzdqO5JJACRBv%3DFHivcQrmLA%40mail.gmail.com.