octez-l2-libs.webassembly-interpreter-extra
Tezos_webassembly_interpreter_extra.Parse
octez-l2-libs.layer2_store
octez-l2-libs.scoru-wasm
octez-l2-libs.scoru-wasm-fast
octez-l2-libs.scoru-wasm-helpers
octez-l2-libs.scoru_wasm_durable_snapshot
octez-l2-libs.scoru_wasm_test_helpers
octez-l2-libs.smart-rollup
octez-l2-libs.smart_rollup_wasm_benchmark_lib
octez-l2-libs.wasmer
octez-l2-libs.webassembly-interpreter
type 'a start =
| Module : (Script.var option * Script.definition) start
| Script : Script.script start
| 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