Skip to content

Commit

Permalink
Remove CompilerStrategy.Lightbeam. (#168)
Browse files Browse the repository at this point in the history
The corresponding value (WASMTIME_STRATEGY_LIGHTBEAM) was removed with bytecodealliance/wasmtime#3390 (Wasmtime 0.31.0).
  • Loading branch information
kpreisser authored Oct 24, 2022
1 parent 3b26938 commit acc50d5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ public enum CompilerStrategy : byte
/// <summary>
/// Use the Cranelift compiler.
/// </summary>
Cranelift,
/// <summary>
/// Use the Lightbeam compiler.
/// </summary>
Lightbeam
Cranelift
}

/// <summary>
Expand Down

0 comments on commit acc50d5

Please sign in to comment.