Skip to content

Commit

Permalink
Wasmtime 22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Jul 9, 2024
1 parent 0691661 commit afae9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Opa.Wasm.ConsoleSample/Opa.Wasm.ConsoleSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="Wasmtime" Version="21.0.1" />
<PackageReference Include="Wasmtime" Version="22.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Opa.Wasm/Opa.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="6.0.9" />
<PackageReference Include="Wasmtime" Version="21.0.1" />
<PackageReference Include="Wasmtime" Version="22.0.0" />
</ItemGroup>

</Project>

0 comments on commit afae9c6

Please sign in to comment.