package tezos-webassembly-interpreter

  1. Overview
  2. Docs
val error : string -> 'a
val type_error : Values.value -> Types.value_type -> 'a
val empty : 'a list -> unit
val single : 'a list -> 'b
val int : Values.value -> int
val register_host_funcs : Host_funcs.registry -> unit
val lookup : string -> Instance.extern