jltsiren / simple-sds

Simple succinct data structures (in Rust)
MIT License
45 stars 7 forks source link

Enable build for wasm32-wasi #18

Closed adamnovak closed 4 months ago

adamnovak commented 4 months ago

This sets up conditional compilation to avoid building all the memory mapping stuff on WASM, where we can't memory map anything.