Does WAMR have a memory zero-ing feature like Wasmtime? I have a more detailed question here: https://github.com/bytecodealliance/wasm-micro-runtime/discussions/3623
Thanks
Does WAMR have a memory zero-ing feature like Wasmtime? I have a more detailed question here: https://github.com/bytecodealliance/wasm-micro-runtime/discussions/3623
<Moved from the wamr channel to get more eyes>
Thanks
A message was moved here from #general > WAMR Memory Zero-ing by fitzgen (he/him).
Friday More said:
Does WAMR have a memory zero-ing feature like Wasmtime? I have a more detailed question here: https://github.com/bytecodealliance/wasm-micro-runtime/discussions/3623
<Moved from the wamr channel to get more eyes>
Thanks
I'm no WAMR expert, but I think you can provide your own memory allocator to the wasm_runtime_full_init function and achieve the desired results. I'm not sure if it's a viable solution but this is something I will also need and that was the route I planned to take. Maybe someone else with more knowledge about the project can also chime in.
Last updated: Jan 09 2026 at 13:15 UTC