Enum OptimizationLevel
Represents the Wasmtime optimization level.
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public enum OptimizationLevel : byte
Fields
Name | Description |
---|---|
None | Disable optimizations. |
Speed | Optimize for speed. |
SpeedAndSize | Optimize for speed and size. |