You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
is there any API to export memory of an instance using wamr-rust-sdk?
Like wasmtime does: let memory = instance.get_memory(&mut store, "_memory").unwrap();
or WasmEdge: module_instance.get_memory_ref("_memory") I would expect something like :find_export_mem like find_export_func.
thanks a lot
The text was updated successfully, but these errors were encountered:
Hi,
is there any API to export memory of an instance using wamr-rust-sdk?
Like wasmtime does:
let memory = instance.get_memory(&mut store, "_memory").unwrap();
or WasmEdge:
module_instance.get_memory_ref("_memory")
I would expect something like :find_export_mem
likefind_export_func
.thanks a lot
The text was updated successfully, but these errors were encountered: