wasmi_c_api

Function wasm_frame_copy

source
#[no_mangle]
pub extern "C" fn wasm_frame_copy<'a>(
    _frame: &wasm_frame_t<'a>,
) -> Box<wasm_frame_t<'a>>
Expand description

Returns a copy of the wasm_frame_t.

ยงNote

This API is unsupported and will panic upon use.