circu.js
    Preparing search index...

    Function tableGet

    • Get an element from a table

      Parameters

      • instance: Instance

        The Instance containing the table

      • name: string

        The exported table name

      • index: number

        The element index

      Returns unknown

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

      RuntimeError if table not found

      RangeError if index out of bounds