package binaryen

  1. Overview
  2. Docs
OCaml bindings for Binaryen

Install

Dune Dependency

Authors

Maintainers

Sources

binaryen-archive-v0.16.0.tar.gz
md5=5b29322e070385ab7cf527c6b251fa3d
sha512=ba9df794edc571f0ef4bfa03076f57106b05aaf9132bd6bd9b1677083ea15edebe7810860ac875c2de482e4331b099cfa33936eb490c531c410f1f627bb8795b

doc/binaryen/Binaryen/Expression/Table_get/index.html

Module Expression.Table_get

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.

OCaml

Innovation. Community. Security.