jltsiren / simple-sds

Simple succinct data structures (in Rust)
MIT License
47 stars 8 forks source link

Enable build for wasm32-wasi #18

Closed adamnovak closed 8 months ago

adamnovak commented 8 months ago

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