wasmi_c_api

Function wasm_memory_as_extern

source
#[no_mangle]
pub extern "C" fn wasm_memory_as_extern(
    m: &mut wasm_memory_t,
) -> &mut wasm_extern_t
Expand description

Returns the wasm_memory_t as mutable reference to wasm_extern_t.