Wasmtime.Config (Wasmtime v0.2.0) View Source
Struct for configuring Wasmtime options.
Link to this section Summary
Link to this section Types
Specs
t() :: %Wasmtime.Config{ cranelift_opt_level: :none | :speed | :speed_and_size, debug_info: boolean(), interruptable: boolean(), max_wasm_stack: pos_integer(), strategy: :auto | :cranelift | :lightbeam }
Wasmtime.Config