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