Function wasmer::wasm_c_api::store::wasm_store_delete

source ·
#[no_mangle]
pub unsafe extern "C" fn wasm_store_delete(
    _store: Option<Box<wasm_store_t>>
)
Expand description

Deletes a WebAssembly store.

§Example

See the module’s documentation.