rng/build_wasm.sh
2025-07-06 17:13:58 +01:00

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