wasmi_c_api

Function wasm_func_same

source
#[no_mangle]
pub extern "C" fn wasm_func_same(
    _a: &wasm_func_t,
    _b: &wasm_func_t,
) -> bool
Expand description

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

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