Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX