From acc50d5e5899b3ec702e8d0b418ac4e7ff925c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Prei=C3=9Fer?= Date: Tue, 25 Oct 2022 00:59:27 +0200 Subject: [PATCH] Remove CompilerStrategy.Lightbeam. (#168) The corresponding value (WASMTIME_STRATEGY_LIGHTBEAM) was removed with bytecodealliance/wasmtime#3390 (Wasmtime 0.31.0). --- src/Config.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Config.cs b/src/Config.cs index 5da570f..bc58a71 100644 --- a/src/Config.cs +++ b/src/Config.cs @@ -16,11 +16,7 @@ public enum CompilerStrategy : byte /// /// Use the Cranelift compiler. /// - Cranelift, - /// - /// Use the Lightbeam compiler. - /// - Lightbeam + Cranelift } ///