-
Notifications
You must be signed in to change notification settings - Fork 293
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
Enable WebAssembly reference types #82
Comments
We use I may take a look at it in the next week or so. Definitely would be nice to take advantage of this now that we have it supported! EDIT: it's also maybe time to consider dropping |
Any news on this front? My two cents would be that For example, in my case, I already use WebAssembly on my front-end and would like to build all my crates with a single innovation of |
Just in case, this issue can be closed, you can use
P.S. It's possible due to wasm-pack ability to pass those arguments to wasm-bindgen, and worker-build passes os-level arguments to wasm-pack (looks like it was the original design, which is great). |
The Workers runtime recently updated to V8 9.6, which has support for WebAssembly reference types. wasm-bindgen also has support with an optional flag: https://rustwasm.github.io/wasm-bindgen/reference/reference-types.html
The text was updated successfully, but these errors were encountered: