wasmtime_c_api

Function wasm_module_set_host_info_with_finalizer

Source
#[no_mangle]
pub extern "C" fn wasm_module_set_host_info_with_finalizer(
    a: &wasm_module_t,
    info: *mut c_void,
    finalizer: Option<extern "C" fn(_: *mut c_void)>,
)
Expand description

Sets the host information finalizer of the wasm_module_t.

This is not yet supported and aborts the process upon use.