emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.4k stars 3.25k forks source link

can OpenAL used in webworker? #16639

Open yangfangfang1204 opened 2 years ago

yangfangfang1204 commented 2 years ago

i play sound by openal , then emscripten the openal C code to wasm ,and in webworker to use the wasm ,is it supported?

yangfangfang1204 commented 2 years ago

And if i create a thread in C code , in the thread i call the openal api ,is it ok ?