Function wasmi_c_api::wasm_memory_as_extern_const
source ยท #[no_mangle]
pub extern "C" fn wasm_memory_as_extern_const(
m: &wasm_memory_t,
) -> &wasm_extern_t
Expand description
Returns the wasm_memory_t
as shared reference to wasm_extern_t
.