Enum CompilerStrategy
Represents the Wasmtime compiler strategy.
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public enum CompilerStrategy : byte
Fields
| Name | Description |
|---|---|
| Auto | Automatically pick the compiler strategy. |
| Cranelift | Use the Cranelift compiler. |