Open
0 of 1 issue completedDescription
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
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels