package binaryen

  1. Overview
  2. Docs

Module Expression.ThrowSource

Sourceval make : Module.t -> string -> t list -> t

Module, tag, operands

Sourceval get_tag : t -> string

expr

Sourceval set_tag : t -> string -> unit

expr, tagName

Sourceval get_num_operands : t -> int

expr

Sourceval get_operand_at : t -> int -> t

expr, index

Sourceval set_operand_at : t -> int -> t -> unit

expr, index, operandExpr

Sourceval append_operand : t -> t -> int

expr, operandExpr

Sourceval insert_operand_at : t -> int -> t -> unit

expr, index, operandExpr

Sourceval remove_operand_at : t -> int -> t

expr, index