package binaryen

  1. Overview
  2. Docs

Module Expression.Table_getSource

Sourceval get_table : t -> string

Gets the name of the table being accessed by a `Table.get` expression.

Sourceval set_table : t -> string -> unit

Gets the name of the table being accessed by a `Table.get` expression.

Sourceval get_index : t -> t

Gets the index expression of a `Table.get` expression.

Sourceval set_index : t -> t -> unit

Gets the index expression of a `Table.get` expression.

OCaml

Innovation. Community. Security.