package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_wasmer.ConfigSource

Sourcetype compiler =
  1. | CRANELIFT
  2. | LLVM
  3. | SINGLEPASS

Compiler backend

Sourceval is_compiler_available : compiler -> bool

is_compiler_available compiler checks if the given compiler is available in the linked Wasmer environment.

Sourcetype t = {
  1. compiler : compiler;
}

Wasmer engine configuration

Sourceval default : t

Sensible default configuration for Wasmer

OCaml

Innovation. Community. Security.