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
Thanks for the report @simdax! This is definitely a bug in wasm-bindgen right now due to the internal branch we have on no-modules vs not. That's being refactored in #1295 and this issue is actually inadvertently fixed by that PR. I suspect that won't take too long to land, so we can fix this with that!
🐛 Bug description
When building the webaudio example, the main .js file instantiate a
new lAudioContext
instead of a simplenew AudioContext
🤔 Expected Behavior
It should call
AudioContext
, notlAudioContext
👟 Steps to reproduce
simply copy the webaudio example of wasm-bindgen package, build it with
wasm-pack --target no-modules && grep -rn lAudio pkg
and you'll see the error🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: 0.5.1
rustc version: 1.32.0-nightly
The text was updated successfully, but these errors were encountered: