wasmi_c_api

Function wasm_trap_message

source
#[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.