package binaryen

  1. Overview
  2. Docs

Module Expression.SwitchSource

Sourceval make : Module.t -> string list -> string -> t -> t -> t
Sourceval get_num_names : t -> int
Sourceval get_name_at : t -> int -> string
Sourceval set_name_at : t -> int -> string -> unit
Sourceval append_name : t -> string -> int
Sourceval insert_name_at : t -> int -> string -> unit
Sourceval remove_name_at : t -> int -> string
Sourceval get_default_name : t -> string option
Sourceval set_default_name : t -> string -> unit
Sourceval get_condition : t -> t
Sourceval set_condition : t -> t -> unit
Sourceval get_value : t -> t option
Sourceval set_value : t -> t -> unit