Skip to content
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

Add support for wasm64-unknown-unknown #296

Closed
briansmith opened this issue Oct 21, 2022 · 1 comment · Fixed by #303
Closed

Add support for wasm64-unknown-unknown #296

briansmith opened this issue Oct 21, 2022 · 1 comment · Fixed by #303
Labels
enhancement New feature or request

Comments

@briansmith
Copy link
Contributor

The Rust 1.64.0 release added wasm64-unknown-unknown as a Tier 3 target. https://github.com/rust-lang/rust/blob/stable/RELEASES.md#compiler-11. Since it is Tier 3, it is non-trivial to build/test for this target. However, we should plan on supporting it. I think the key thing will be to stop assuming all the WebAssembly stuff is necessarily 32-bit.

@josephlr
Copy link
Member

This seems reasonable, I wondering if there's any existing implementations to test against? Do Node or any of the Browser runtimes support wasm64?

@josephlr josephlr added the enhancement New feature or request label Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants