Stream: general

Topic: Custom LinearMemory


view this post on Zulip Adam Bratschi-Kaye (Sep 30 2021 at 07:45):

I'm curious about the safety requirements for user-defined LinearMemorys. 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: Oct 23 2024 at 20:03 UTC