emscripten-core / emscripten-core/emscripten
Add direct support for running in Audio Worklet (via `-sENVIRONMENT=worklet`)
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
There are some use cases where its useful to be able to run emscripten generated code in an audio worklet without building with `-sAUDIO_WORKLET`. One major example would be deploying in a context where shared memory not available (i.e. no cross origin isolation)
See #22979
Contributor guide
Assessment
This issue has not been assessed yet.