-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_bg.wasm Unexpected section: 0x86 #1251
Comments
Well. Looks like I failed twice reporting the issue. Duplicate of #1249 |
Are you sure this is a duplicate of another bug? I had a similar issue, regarding WASM module parse failure. It turned out it was the old version of wasm-parser npm package. Updating webpack to 4.29.4 (which has a newer wasm-parser version as a dependency) fixed this issue. It seems the webpack version in examples/webaudio has already been bumped in 5e7187a. |
How to update it? |
Open package.json and update the webpack version inside:
Or, if you just want to run the webaudio example, pull the recent changes from this repo as it has already been bumped 20h ago. |
How to reproduce:
Output:
Because of (I believe so):
How do I fix it?
Linked issue: #1114
The text was updated successfully, but these errors were encountered: