octez-l2-libs.wasmer
Tezos_wasmer.Instance
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 instance
val create : Store.t -> Module.t -> (string * string * extern) list -> t Lwt.t
create store module_ imports instantiates a module and links the given imports against what the module needs.
create store module_ imports
val delete : t -> unit
delete instance destroys the module instance. Make sure that instance is not used after delete is called on it.
delete instance
instance
delete