Webaudio audioworklet module to run mimium code on web browser.
The main entrypoint of compiler on web platform is mimium-web
, which is directory exported from Rust code using wasm-pack.
The reason to split package for audioworklet module is because wasm-pack is not fully compatible with WebAudio AudioWorklet and need to write some wrapper code to load wasm modules.