#[no_mangle]
pub unsafe extern "C" fn wasm_global_set(
global: &mut wasm_global_t,
val: &wasm_val_t,
)
Expand description
Note: This function returns nothing by design but it can raise an error if setting a new value fails.
#[no_mangle]
pub unsafe extern "C" fn wasm_global_set(
global: &mut wasm_global_t,
val: &wasm_val_t,
)
Note: This function returns nothing by design but it can raise an error if setting a new value fails.