wasmtime_c_api

Function wasmtime_store_new

Source
#[no_mangle]
pub extern "C" fn wasmtime_store_new(
    engine: &wasm_engine_t,
    data: *mut c_void,
    finalizer: Option<extern "C" fn(_: *mut c_void)>,
) -> Box<wasmtime_store_t>