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
I believe what's happening there is that the Rust wasm32-wasip1 target is using wasi-libc by default for malloc, not this crate. You can still use this crate though with #[global_allocator] instead.
Hi, I am just curious about the reason behind this behavior: https://users.rust-lang.org/t/code-size-of-wasip1-larger-than-unknown-unknown/122789
For wasi, is that we should include our own allocator?
The text was updated successfully, but these errors were encountered: