-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
This is in the latest Emscripten:
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.73-git (299be0bbfbbadfa926cb69380f0fffa3703b26c7)
Building any of the Audio Worklet tests with -sSTRICT compiles but fails to run:
emcc -sAUDIO_WORKLET -sWASM_WORKERS -sSTRICT audio_worklet_tone_generator.c
The browser errors being variations of missing API calls, e.g.:
Aborted(`Module.wasmMemory` was supplied but `wasmMemory` not included in INCOMING_MODULE_JS_API)
The suggestion here being to add it:
(This can be assigned to me and I'll look at it)
Metadata
Metadata
Assignees
Labels
No labels