You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Why:** The `webaudio` host uses the modern Web Audio API and is compatible with current Emscripten versions. The old `emscripten` host relied on deprecated APIs that are no longer supported.
158
+
If you must target `wasm32-unknown-emscripten` specifically, consider using OpenAL or another audio approach that supports that target, as cpal no longer provides audio on Emscripten.
159
+
160
+
**Why:** The old `emscripten` host relied on deprecated Emscripten audio APIs that are no longer functional.
0 commit comments