package wasmtime

  1. Overview
  2. Docs
type t
val create : ?debug_info:Base.bool -> ?interruptable:Base.bool -> ?max_wasm_stack:Base.int -> ?reference_types:Base.bool -> ?simd:Base.bool -> ?bulk_memory:Base.bool -> ?multi_value:Base.bool -> ?static_memory_maximum_size:Base.int -> ?static_memory_guard_size:Base.int -> ?dynamic_memory_guard_size:Base.int -> Base.unit -> t