Starlight-JS / starlight

JS engine in Rust
https://teletype.in/@starlight-js
Mozilla Public License 2.0
509 stars 9 forks source link

wasm support #95

Open jameslahm opened 3 years ago

jameslahm commented 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.

playXE commented 3 years ago

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

jameslahm commented 3 years ago

just realize, it's my typo. 🤣