-
Notifications
You must be signed in to change notification settings - Fork 70
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
"ReferenceError: WebAssembly is not defined" with latest (Jan 26) V8 canary build. #188
Comments
Wanted to note that this error persists with v16.0.0-v8-canary202101289af183895a. Is this type of error now expected? |
I'd say it's not expected, because Chrome Canary doesn't have a problem with WebAssembly as far as I can tell. |
Okay, I found it: v8/v8@27771482715 WebAssembly is now disabled by default in V8. I'm updating the configuration... |
fwiw its enabled by default ( |
@nolanmar511 can you check today's build? |
Thanks! |
What steps will reproduce the bug?
Compiling and running our typescript benchmark fails with "WebAssembly is not defined" while reading source maps.
How often does it reproduce? Is there a required condition?
This has reproduced every time we've run our system test with release of the V8 canary build.
What is the expected behavior?
We'd expect no "ReferenceError: WebAssembly is not defined" error to appear.
What do you see instead?
"ReferenceError: WebAssembly is not defined" is thrown while processing source maps.
Additional information
Thanks for maintaining the v8 canary build! Any pointers here would be appreciated.
The latest V8 canary build does seem to have fewer files than the previous (though that could be totally unrelated)
The text was updated successfully, but these errors were encountered: