package binaryen

  1. Overview
  2. Docs

Module Expression.BlockSource

Sourceval make : ?return_type:Type.t -> Module.t -> string -> t list -> t
Sourceval get_name : t -> string option
Sourceval set_name : t -> string -> unit
Sourceval get_num_children : t -> int
Sourceval get_child_at : t -> int -> t
Sourceval set_child_at : t -> int -> t -> unit
Sourceval append_child : t -> t -> int
Sourceval insert_child_at : t -> int -> t -> unit
Sourceval remove_child_at : t -> int -> t