package binaryen

  1. Overview
  2. Docs

Module Expression.Call_indirectSource

Sourceval make : Module.t -> string -> t -> t list -> Type.t -> Type.t -> t
Sourceval make_return : Module.t -> string -> t -> t list -> Type.t -> Type.t -> t
Sourceval get_target : t -> t
Sourceval set_target : t -> t -> unit
Sourceval get_table : t -> string
Sourceval set_table : t -> string -> unit
Sourceval get_num_operands : t -> int
Sourceval get_operand_at : t -> int -> t
Sourceval set_operand_at : t -> int -> t -> unit
Sourceval append_operand : t -> t -> int
Sourceval insert_operand_at : t -> int -> t -> unit
Sourceval remove_operand_at : t -> int -> t
Sourceval is_return : t -> bool
Sourceval set_return : t -> bool -> unit
OCaml

Innovation. Community. Security.