Skip to content

Commit

Permalink
[NativeAOT-LLVM] update Wasmtime version
Browse files Browse the repository at this point in the history
v26.0.1 includes bytecodealliance/wasmtime#9208, which
came up while implementing dotnet/runtime#109840

Signed-off-by: Joel Dice <[email protected]>
  • Loading branch information
dicej committed Nov 14, 2024
1 parent 75fbc09 commit 37bbacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/runtimelab/install-wasmtime.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $ProgressPreference = "SilentlyContinue"

Set-Location $InstallDir

$WasmtimeVersion = "v21.0.1"
$WasmtimeVersion = "v26.0.1"
$WasmtimeFolderName = "wasmtime-$WasmtimeVersion-x86_64-windows"
Invoke-WebRequest -Uri https://github.com/bytecodealliance/wasmtime/releases/download/v21.0.1/$WasmtimeFolderName.zip -OutFile wasmtime.zip
Expand-Archive -LiteralPath wasmtime.zip -DestinationPath .
Expand Down

0 comments on commit 37bbacf

Please sign in to comment.