Commit 1bb35612 authored by David Reid's avatar David Reid

Update Emscripten readme and build batch file.

parent a102ae07
......@@ -16,4 +16,7 @@ work for me for some reason. Then, run the relevant batch file:
mal_build_tests_emscripten.bat
The output will be placed in the bin folder.
\ No newline at end of file
The output will be placed in the bin folder. If you have output WASM it may not work when
running the web page locally. To test you can run with something like this:
emrun bin/mal_test_0_emscripten.html
\ No newline at end of file
emcc ./mal_test_0.c -o ./bin/mal_test_0_emscripten.html
\ No newline at end of file
emcc ./mal_test_0.c -o ./bin/mal_test_0_emscripten.html -O3
\ 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