Function wasmer_c_api::wasm_c_api::externals::wasm_global_set
source ยท #[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.