package binaryen

  1. Overview
  2. Docs
val make : ?return_type:Type.t -> Module.t -> string -> t list -> t
val get_name : t -> string option
val set_name : t -> string -> unit
val get_num_children : t -> int
val get_child_at : t -> int -> t
val set_child_at : t -> int -> t -> unit
val append_child : t -> t -> int
val insert_child_at : t -> int -> t -> unit
val remove_child_at : t -> int -> t