From f7c184ea79d2c578ece2e1d0177cb92631c4b56f Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 28 Dec 2018 22:08:53 +1000 Subject: [PATCH] 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. --- tests/mal_build_tests_emscripten.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mal_build_tests_emscripten.bat b/tests/mal_build_tests_emscripten.bat index 981aa286..c480be1f 100644 --- a/tests/mal_build_tests_emscripten.bat +++ b/tests/mal_build_tests_emscripten.bat @@ -1 +1 @@ -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