Function wasmi_c_api::wasm_ref_as_memory
source · #[no_mangle]
pub extern "C" fn wasm_ref_as_memory(
_ref: Option<&mut wasm_ref_t>,
) -> Option<&mut wasm_memory_t>Expand description
Returns the wasm_ref_t as shared wasm_memory_t if possible or otherwise returns None.
§Note
This API is unsupported and will panic upon use.