-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mmap dependency #33
Comments
Okay, I thought I was dumb, but the |
Yeah, if you don't want mmap, we have to put behind cfg gates MemCase and some other structs. It should be doable. |
Yep. Working on it. |
Thank you for the crate! |
BTW, please tell us if you find anything less than clear in the docs. We're deep inside of it so we can't really see where we are giving something for granted. |
Wasm32 does not support mmap, but epserde would still be nice to have there.
I am working on a PR to make the mmap dependency optional.
The text was updated successfully, but these errors were encountered: