circu.js
    Preparing search index...

    Function setGlobal

    • Set a global value on an Instance

      Parameters

      • instance: Instance

        The Instance to set global on

      • name: string

        The exported global name

      • value: WasmValue

        The new value

      Returns void

      RuntimeError if global not found

      TypeError if global is immutable