Function wasmi_c_api::wasm_memory_delete
source ยท #[no_mangle]
pub extern "C" fn wasm_memory_delete(_: Box<wasm_memory_t>)
Expand description
Deletes the wasm_memory_t
.
#[no_mangle]
pub extern "C" fn wasm_memory_delete(_: Box<wasm_memory_t>)
Deletes the wasm_memory_t
.