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