package tezos-webassembly-interpreter-extra

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a start =
  1. | Module : (Script.var option * Script.definition) start
  2. | Script : Script.script start
  3. | Script1 : Script.script start
exception Syntax of Tezos_webassembly_interpreter.Source.region * string
val parse : string -> Lexing.lexbuf -> 'a start -> 'a
val string_to_script : string -> Script.script
val string_to_module : string -> Script.definition
OCaml

Innovation. Community. Security.