#[no_mangle]
pub extern "C" fn wasm_foreign_copy(
src: &wasm_foreign_t,
) -> Box<wasm_foreign_t>
Expand description
Creates a new wasm_foreign_t
which matches the provided one.
The caller is responsible for deleting the returned value via wasm_foreign_delete
.