Skip to content

Question: What is the Rust API for exporting memory? #4015

Open
0 of 1 issue completed
Open
@khagankhan

Description

@khagankhan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions