pub unsafe extern "C" fn wasm_runtime_deinstantiate(
module_inst: wasm_module_inst_t,
)
Expand description
Deinstantiate a WASM module instance, destroy the resources.
@param module_inst the WASM module instance to destroy
pub unsafe extern "C" fn wasm_runtime_deinstantiate(
module_inst: wasm_module_inst_t,
)
Deinstantiate a WASM module instance, destroy the resources.
@param module_inst the WASM module instance to destroy