package binaryen

  1. Overview
  2. Docs

Module Expression.Table_growSource

Sourceval get_table : t -> string

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

Sourceval set_table : t -> string -> unit

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

Sourceval get_value : t -> t

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

Sourceval set_value : t -> t -> unit

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

Sourceval get_delta : t -> t

Gets the delta of a `Table.grow` expression.

Sourceval set_delta : t -> t -> unit

Sets the delta of a `Table.grow` expression.

OCaml

Innovation. Community. Security.