6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
emcc generators/mt19937.cpp bindings.cpp \
|
|
-o web/public/libs/splat.js \
|
|
-s WASM=1 \
|
|
-s MODULARIZE=1 \
|
|
-s EXPORT_NAME='createModule' \
|
|
--bind |