wasm_trap_same

Function wasm_trap_same 

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

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

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