Function wasmer_c_api::wasm_c_api::module::wasm_module_delete[][src]

#[no_mangle]pub unsafe extern "C" fn wasm_module_delete(_module: Option<Box<wasm_module_t>>)

Deletes a WebAssembly module.

Example

See wasm_module_new.