package binaryen

  1. Overview
  2. Docs
val get_table : t -> string

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

val set_table : t -> string -> unit

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

val get_index : t -> t

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

val set_index : t -> t -> unit

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