octez-l2-libs.wasmer
Tezos_wasmer.Module
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.webassembly-interpreter
octez-l2-libs.webassembly-interpreter-extra
type t
WebAssembly module
type format =
| Text
| Binary
Textual or binary representation of WebAssembly
val create : Store.t -> format -> string -> t
create store format code parses a module in the given format.
create store format code
format
val delete : t -> unit
delete module_ destroys a WebAssembly module. Make sure that module_ is not used after delete is called on it.
delete module_
module_
delete