#[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.