#[no_mangle]
pub unsafe extern "C" fn wasm_store_new(
    engine: Option<&wasm_engine_t>
) -> Option<Box<wasm_store_t>>
Expand description

Creates a new WebAssembly store given a specific engine.

Example

See the module’s documentation.