circu.js
    Preparing search index...

    Function tableSet

    • Set an element in a table

      Parameters

      • instance: Instance

        The Instance containing the table

      • name: string

        The exported table name

      • index: number

        The element index

      • value: unknown

        For funcref: function index (number) or null; For externref: JS value

      Returns void

      RuntimeError if table not found

      RangeError if index out of bounds