I have had good luck using Wizer to snapshot memory state into new Wasm code. Is there an upper limit to how much memory can be snapshotted? We would eventually want to use mem64 to work with Wasm that deals with >4GiB memory. Will Wizer work with mem64?
Wizer will be limited by the size of memory itself, so for 32-bit memories it's not possible to have a larger-than-4G image. That only starts to be possible with 64-bit memories, which I'm not sure if wizer supports yet
Thanks Alex - yeah, that's what I am wondering as well: does Wizer support the mem64 proposal
Last updated: Jan 24 2025 at 00:11 UTC