#[no_mangle]
pub extern "C" fn wasm_global_as_extern(
g: &mut wasm_global_t,
) -> &mut wasm_extern_t
Expand description
Returns the wasm_global_t
as mutable reference to wasm_extern_t
.
#[no_mangle]
pub extern "C" fn wasm_global_as_extern(
g: &mut wasm_global_t,
) -> &mut wasm_extern_t
Returns the wasm_global_t
as mutable reference to wasm_extern_t
.