You can search for identifiers within the package.
in-package search v0.2.0
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