Stream: wamr

Topic: WAMR Memory Zero-ing


view this post on Zulip Friday More (Jul 17 2024 at 00:52):

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

We have a use case where we want to reset memory (e.g. memset 0) after each execution of a WASM module. The host platform is Linux. The WASM code is meant to be stateless and would be provided by a...

view this post on Zulip Friday More (Jul 17 2024 at 21:41):

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

We have a use case where we want to reset memory (e.g. memset 0) after each execution of a WASM module. The host platform is Linux. The WASM code is meant to be stateless and would be provided by a...

view this post on Zulip Notification Bot (Jul 18 2024 at 15:22):

A message was moved here from #general > WAMR Memory Zero-ing by fitzgen (he/him).


Last updated: Nov 22 2024 at 17:03 UTC