Rust, wasm, 32 bits

When running outside the browser, can wasm avoid the 32-bit / 4 GB limit?

If the answer to the previous question is Yes, does the current rustup toolchain support wasm with > 32bits ?

See this proposal: https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md

Looks like it isn't fully implemented yet, so this isn't currently possible.

You may also want to look at the multi-memory proposal here: https://github.com/WebAssembly/multi-memory

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.