octez-l2-libs.wasmer
Tezos_wasmer.Config
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 compiler =
| CRANELIFT
| LLVM
| SINGLEPASS
Compiler backend
val is_compiler_available : compiler -> bool
is_compiler_available compiler checks if the given compiler is available in the linked Wasmer environment.
is_compiler_available compiler
compiler
type t = {
compiler : compiler;
}
Wasmer engine configuration
val default : t
Sensible default configuration for Wasmer