I'm curious about the safety requirements for user-defined LinearMemory
s. If the LinearMemory
is just implemented as an mmap and we only touch it when we know there's no wasm code running, then should it be ok? Are there other unsafe uses to be aware of?
Last updated: Dec 23 2024 at 13:07 UTC