wasmtime_c_api

Function wasm_instance_same

Source
#[no_mangle]
pub extern "C" fn wasm_instance_same(
    _a: &wasm_instance_t,
    _b: &wasm_instance_t,
) -> bool
Expand description

Returns true if the given references are pointing to the same wasm_instance_t.

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