#[no_mangle]
pub unsafe extern "C" fn wasm_extern_copy(
extern: &wasm_extern_t,
) -> Box<wasm_extern_t>
Expand description
Copy a wasm_extern_t
.
#[no_mangle]
pub unsafe extern "C" fn wasm_extern_copy(
extern: &wasm_extern_t,
) -> Box<wasm_extern_t>
Copy a wasm_extern_t
.