Commit f7c184ea authored by David Reid's avatar David Reid

Disable WASM in the test build script for Emscripten.

This makes it more convenient to test because it avoids the need for
the use of emrun.
parent 1bb35612
emcc ./mal_test_0.c -o ./bin/mal_test_0_emscripten.html -O3
\ No newline at end of file
emcc ./mal_test_0.c -o ./bin/mal_test_0_emscripten.html -s WASM=0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment