mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update Emscripten readme and build batch file.
This commit is contained in:
+4
-1
@@ -16,4 +16,7 @@ work for me for some reason. Then, run the relevant batch file:
|
|||||||
|
|
||||||
mal_build_tests_emscripten.bat
|
mal_build_tests_emscripten.bat
|
||||||
|
|
||||||
The output will be placed in the bin folder.
|
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
|
||||||
@@ -1 +1 @@
|
|||||||
emcc ./mal_test_0.c -o ./bin/mal_test_0_emscripten.html
|
emcc ./mal_test_0.c -o ./bin/mal_test_0_emscripten.html -O3
|
||||||
Reference in New Issue
Block a user