pub unsafe extern "C" fn wasm_runtime_unregister_natives(
module_name: *const c_char,
native_symbols: *mut NativeSymbol,
) -> boolExpand description
Undo wasm_runtime_register_natives or wasm_runtime_register_natives_raw
@param module_name Should be the same as the corresponding wasm_runtime_register_natives. (Same in term of strcmp.)
@param native_symbols Should be the same as the corresponding wasm_runtime_register_natives. (Same in term of pointer comparison.)
@return true if success, false otherwise