wasm_frame_copy

Function wasm_frame_copy 

Source
#[unsafe(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.