#[no_mangle]
pub extern "C" fn wasm_trap_message(
trap: &wasm_trap_t,
out: &mut wasm_message_t,
)Expand description
Returns the error message of the wasm_trap_t.
Stores the returned error message in out.
#[no_mangle]
pub extern "C" fn wasm_trap_message(
trap: &wasm_trap_t,
out: &mut wasm_message_t,
)Returns the error message of the wasm_trap_t.
Stores the returned error message in out.