package binaryen

  1. Overview
  2. Docs

Module Expression.Table_setSource

Sourceval get_table : t -> string

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

Sourceval set_table : t -> string -> unit

Sets the name of the table being accessed by a `Table.set` expression.

Sourceval get_index : t -> t

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

Sourceval set_index : t -> t -> unit

Sets the index expression of a `Table.set` expression.

Sourceval get_value : t -> t

Gets the value expression of a `Table.set` expression.

Sourceval set_value : t -> t -> unit

Sets the value expression of a `Table.set` expression.

OCaml

Innovation. Community. Security.