octez-l2-libs.webassembly-interpreter
Tezos_webassembly_interpreter.Free
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-extra
module Set : Set.S with type elt = int32
type t = {
types : Set.t;
globals : Set.t;
tables : Set.t;
memories : Set.t;
funcs : Set.t;
elems : Set.t;
datas : Set.t;
locals : Set.t;
labels : Set.t;
}
val empty : t
val func : Ast.block_table -> Ast.func -> t Lwt.t
val module_ : Ast.module_ -> t Lwt.t
val list : ('a -> t) -> 'a list -> t