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
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This question is probably better to ask in a Rust support forum. But yes, Rust supports Arrays via linear memory. AFAIK they are unlikely to use the gc proposal for this. Closing.
Indeed, this was discussed quite extensively, with the conclusion that directly operating on GC-managed Arays (or other types of values) in Rust would require significant changes to the compiler, including LLVM, and the language.
Hi,
If I write code in Rust which uses Array can I compile it to wasm? (without wasm-bindgen crate).
Then can I use this wasm binary further?
Thanks
The text was updated successfully, but these errors were encountered: