We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2c3c5 commit f433c80Copy full SHA for f433c80
Directory.Build.props
@@ -14,5 +14,8 @@
14
<PrebuiltWitBindgenVersion>0.40.0</PrebuiltWitBindgenVersion>
15
<PrebuildWkgVersion>0.10.0</PrebuildWkgVersion>
16
17
+ <!-- test artifacts -->
18
+ <WasmtimeVersion>30.0.2</WasmtimeVersion>
19
+
20
</PropertyGroup>
21
</Project>
test/WasmtimeCliFetcher/FetchWasmtime.targets
@@ -1,7 +1,5 @@
1
<Project>
2
<PropertyGroup>
3
- <WasmtimeVersion>21.0.1</WasmtimeVersion>
4
-
5
<WasmtimeTarget Condition="$([MSBuild]::IsOSPlatform('Windows'))">mingw</WasmtimeTarget>
6
<WasmtimeTarget Condition="$([MSBuild]::IsOSPlatform('Linux'))">linux</WasmtimeTarget>
7
<WasmtimeTarget Condition="$([MSBuild]::IsOSPlatform('OSX'))">macos</WasmtimeTarget>
0 commit comments