mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Update build instructions for Emscripten example.
This commit is contained in:
@@ -15,7 +15,7 @@ On Linux, do `source ~/emsdk/emsdk_env.sh` before compiling.
|
|||||||
On Windows, you need to move into the build and run emsdk_env.bat from a command prompt using an absolute
|
On Windows, you need to move into the build and run emsdk_env.bat from a command prompt using an absolute
|
||||||
path like "C:\emsdk\emsdk_env.bat". Note that PowerShell doesn't work for me for some reason. Example:
|
path like "C:\emsdk\emsdk_env.bat". Note that PowerShell doesn't work for me for some reason. Example:
|
||||||
|
|
||||||
emcc ../emscripten/emscripten.c -o bin/emscripten.html -sAUDIO_WORKLET=1 -sWASM_WORKERS=1 -sASYNCIFY -DMA_ENABLE_AUDIO_WORKLETS -Wall -Wextra
|
emcc ../emscripten/emscripten.c -o bin/emscripten.html -sAUDIO_WORKLET=1 -sWASM_WORKERS=1 -DMA_ENABLE_AUDIO_WORKLETS -Wall -Wextra
|
||||||
|
|
||||||
If you output WASM it may not work when running the web page locally. To test you can run with something
|
If you output WASM it may not work when running the web page locally. To test you can run with something
|
||||||
like this:
|
like this:
|
||||||
|
|||||||
Reference in New Issue
Block a user