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: Nov 22 2024 at 17:03 UTC