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.
This commit is contained in:
David Reid
2018-12-28 22:08:53 +10:00
parent 1bb35612c1
commit f7c184ea79
+1 -1
View File
@@ -1 +1 @@
emcc ./mal_test_0.c -o ./bin/mal_test_0_emscripten.html -O3
emcc ./mal_test_0.c -o ./bin/mal_test_0_emscripten.html -s WASM=0