wasm_global_new

Function wasm_global_new 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasm_global_new( store: &mut wasm_store_t, gt: &wasm_globaltype_t, val: &wasm_val_t, ) -> Option<Box<wasm_global_t>>