wasmi_c_api

Function wasm_trap_as_ref

source
#[no_mangle]
pub extern "C" fn wasm_trap_as_ref(a: &wasm_trap_t) -> Box<wasm_ref_t>
Expand description

Returns the wasm_trap_t as mutable reference.

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