createGlobal abstract method

WasmGlobal createGlobal(
  1. WasmValue value, {
  2. required bool mutable,
})

Creates a new global with value and the mutable flag.

Implementation

WasmGlobal createGlobal(WasmValue value, {required bool mutable});