Open jameslahm opened 3 years ago
currently, the spacebit_map and block_allocator are not compatible with wasm. We could implement a wasm feature, with specific spacebit_map and block_allocator enabled for it.
spacebit_map
block_allocator
wasm
In what way gc/allocation.rs is not compatible with WASM I wonder? It does not seem to use mmap while spacebitmap and block_allocator do use it
gc/allocation.rs
just realize, it's my typo. 🤣
currently, the
spacebit_map
andblock_allocator
are not compatible withwasm
. We could implement awasm
feature, with specificspacebit_map
andblock_allocator
enabled for it.