You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: