Skip to content

Commit f433c80

Browse files
committed
Update wasmtime version
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent 4c2c3c5 commit f433c80

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
<PrebuiltWitBindgenVersion>0.40.0</PrebuiltWitBindgenVersion>
1515
<PrebuildWkgVersion>0.10.0</PrebuildWkgVersion>
1616

17+
<!-- test artifacts -->
18+
<WasmtimeVersion>30.0.2</WasmtimeVersion>
19+
1720
</PropertyGroup>
1821
</Project>

test/WasmtimeCliFetcher/FetchWasmtime.targets

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<WasmtimeVersion>21.0.1</WasmtimeVersion>
4-
53
<WasmtimeTarget Condition="$([MSBuild]::IsOSPlatform('Windows'))">mingw</WasmtimeTarget>
64
<WasmtimeTarget Condition="$([MSBuild]::IsOSPlatform('Linux'))">linux</WasmtimeTarget>
75
<WasmtimeTarget Condition="$([MSBuild]::IsOSPlatform('OSX'))">macos</WasmtimeTarget>

0 commit comments

Comments
 (0)