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
Currently get this error when I run wasm-pack build
thread 'main' panicked at 'target family not set: NotPresent', /root/.cargo/registry/src/github.com-1ecc6299db9ec823/libmimalloc-sys-0.1.21/build.rs:46:44
Rust WASM currently uses a dlmalloc port, which isn't exactly the best allocator.
mimalloc would probably help speed up allocation heavy wasm code quite a bit.
Any chance of getting an example of using MiMalloc to replace wee_alloc?
The text was updated successfully, but these errors were encountered: