-
Notifications
You must be signed in to change notification settings - Fork 260
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
#<Module> could not be cloned #4
Comments
Chrome hasn't implemented this yet. |
What browser support? |
It's behind the Kinda embarassing that MDN recommends to cache WebAssembly in docs while this is not fully managed yet and seems to work only in FF… |
@lukewagner what do you think we should do about this? |
The Chrome folks did have objections, initially, but I think those have been addressed (by restricting where a Edge has also shipped structured clone support and, e.g., the MDN demo works in Edge release. Safari doesn't support structured clone, yet, though,. Anyhow, makes sense to put up the usual compatibility chart. When this was written, I was expecting structured cloning to ship in all browsers' initial wasm release, but that didn't end up happening. |
I've added a browser support section to the article in question: https://developer.mozilla.org/en-US/docs/WebAssembly/Caching_modules#Browser_support I need to think about how to add this to our browser compat data repo first before creating one of the proper charts. |
Verified that the example is now working in Chrome 117, Firefox 120 (Nightly) and Safari 17.0, i.e. I'm seeing some console output, so I'm closing this issue as resolved.
|
When I try to execute scripts at this demo page I see the next errors:
My browser is Chrome 62.0.3202.89
The text was updated successfully, but these errors were encountered: