package owi

  1. Overview
  2. Docs
val id_opt : Stdlib.Format.formatter -> string option -> unit
val num_type : Stdlib.Format.formatter -> Types.num_type -> Stdlib.Unit.t
val ref_type : Stdlib.Format.formatter -> Types.ref_type -> unit
val val_type : Stdlib.Format.formatter -> Types.val_type -> Stdlib.Unit.t
val param : Stdlib.Format.formatter -> (string option * Types.val_type) -> Stdlib.Unit.t
val param_type : Stdlib.Format.formatter -> (string option * Types.val_type) list -> unit
val result_ : Stdlib.Format.formatter -> Types.val_type -> Stdlib.Unit.t
val result_type : Stdlib.Format.formatter -> Types.val_type list -> unit
val f32 : Stdlib.Format.formatter -> Float32.t -> unit
val f64 : Stdlib.Format.formatter -> Float64.t -> unit
val nn : Stdlib.Format.formatter -> Types.nn -> unit
val print_nothing : Stdlib.Format.formatter -> unit -> unit
val name : Stdlib.Format.formatter -> string -> unit
val indice : Stdlib.Format.formatter -> Symbolic_indice.indice -> unit
val indice_opt : Stdlib.Format.formatter -> Symbolic_indice.indice option -> unit
val func_type : Stdlib.Format.formatter -> ((string option * Types.val_type) list * Types.val_type list) -> unit
val block_type : Stdlib.Format.formatter -> Symbolic_indice.bt -> unit
val block_type_opt : Stdlib.Format.formatter -> Symbolic_indice.bt option -> unit
val limits : Stdlib.Format.formatter -> Types.limits -> unit
val mem_type : Stdlib.Format.formatter -> Types.limits -> unit
val table_type : Stdlib.Format.formatter -> (Types.limits * Types.ref_type) -> unit
val mut : Stdlib.Format.formatter -> Types.mut -> unit
val global_type : Stdlib.Format.formatter -> (Types.mut * Types.val_type) -> Stdlib.Unit.t
val local : Stdlib.Format.formatter -> (string option * Types.val_type) -> Stdlib.Unit.t
val locals : Stdlib.Format.formatter -> (string option * Types.val_type) list -> unit
val iunop : Stdlib.Format.formatter -> Types.iunop -> unit
val funop : Stdlib.Format.formatter -> Types.funop -> unit
val sx : Stdlib.Format.formatter -> Types.sx -> unit
val ibinop : Stdlib.Format.formatter -> Types.ibinop -> Stdlib.Unit.t
val fbinop : Stdlib.Format.formatter -> Types.fbinop -> Stdlib.Unit.t
val itestop : Stdlib.Format.formatter -> Types.itestop -> unit
val irelop : Stdlib.Format.formatter -> Types.irelop -> Stdlib.Unit.t
val frelop : Stdlib.Format.formatter -> Types.frelop -> unit
val memarg : Stdlib.Format.formatter -> Types.memarg -> unit
val instr : Stdlib.Format.formatter -> (Symbolic_indice.indice, Symbolic_indice.bt) Types.instr' -> Stdlib.Unit.t
val expr : Stdlib.Format.formatter -> (Symbolic_indice.indice, Symbolic_indice.bt) Types.expr' -> Stdlib.Unit.t
val func : Stdlib.Format.formatter -> (Symbolic_indice.indice, Symbolic_indice.bt) Types.func' -> Stdlib.Unit.t
val funcs : Stdlib.Format.formatter -> (Symbolic_indice.indice, Symbolic_indice.bt) Types.func' list -> unit