Skip to content

Commit

Permalink
Merge pull request #52 from jsturtevant/update-witbindgen-tools
Browse files Browse the repository at this point in the history
Update wasm related tools
  • Loading branch information
jsturtevant authored Oct 26, 2024
2 parents 5a9af1c + 7880997 commit a112f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/WasmComponent.Sdk/WasmComponent.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- Things you might want to edit -->
<!-- Set BuildWasmToolsLocally to true if you want to build modules/wasm-tools locally and use its output -->
<BuildWasmToolsLocally>false</BuildWasmToolsLocally>
<PrebuiltWasmToolsVersion>1.209.1</PrebuiltWasmToolsVersion>
<PrebuiltWasmToolsVersion>1.219.1</PrebuiltWasmToolsVersion>
<PrebuiltWasmToolsBaseUrl>https://github.com/bytecodealliance/wasm-tools/releases/download/v$(PrebuiltWasmToolsVersion)/wasm-tools-$(PrebuiltWasmToolsVersion)</PrebuiltWasmToolsBaseUrl>
<WasmtimeVersionForWasiSnapshotPreview1Adapters>21.0.1</WasmtimeVersionForWasiSnapshotPreview1Adapters>

Expand Down
4 changes: 2 additions & 2 deletions src/WitBindgen/WitBindgen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<!-- Things you might want to edit -->
<!-- Set BuildWitBindgenLocally to true if you want to build modules/wit-bindgen locally and use its output -->
<BuildWitBindgenLocally>false</BuildWitBindgenLocally>
<PrebuiltWitBindgenVersion>0.30.0</PrebuiltWitBindgenVersion>
<PrebuiltWitBindgenVersion>0.34.0</PrebuiltWitBindgenVersion>
<PrebuiltWitBindgenBaseUrl>https://github.com/bytecodealliance/wit-bindgen/releases/download/v$(PrebuiltWitBindgenVersion)/wit-bindgen-$(PrebuiltWitBindgenVersion)</PrebuiltWitBindgenBaseUrl>
<WitBindgenModuleRoot>$(MSBuildThisFileDirectory)..\..\modules\wit-bindgen\</WitBindgenModuleRoot>

<!-- This is a marker file that lets the build scripts identity if the files need to be modified when updating versions -->
<CurrentWitBindgenVersion>$(MSBuildThisFileDirectory)tools\version-wit-bindgen-$(PrebuiltWitBindgenVersion)</CurrentWitBindgenVersion>

<PrebuildWkgVersion>0.5.1</PrebuildWkgVersion>
<PrebuildWkgVersion>0.8.1</PrebuildWkgVersion>
<PrebuildWkgBaseUrl>https://github.com/bytecodealliance/wasm-pkg-tools/releases/download/v$(PrebuildWkgVersion)/wkg</PrebuildWkgBaseUrl>
<CurrentWkgVersion>$(MSBuildThisFileDirectory)tools\version-wkg-$(PrebuildWkgVersion)</CurrentWkgVersion>

Expand Down

0 comments on commit a112f65

Please sign in to comment.