Skip to content

Commit c71d341

Browse files
committed
Revert "try fix windows build"
This reverts commit eae9cad.
1 parent eae9cad commit c71d341

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
url = https://github.com/WebAssembly/component-model.git
77
[submodule "ref/vscode-wasm"]
88
path = ref/vscode-wasm
9-
url = https://github.com/microsoft/vscode-wasm.git
9+
url = git@github.com:microsoft/vscode-wasm.git
1010
[submodule "ref/wasm-micro-runtime"]
1111
path = ref/wasm-micro-runtime
12-
url = https://github.com/bytecodealliance/wasm-micro-runtime.git
12+
url = git@github.com:bytecodealliance/wasm-micro-runtime.git

vcpkg_overlays/wasi-sdk/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ elseif(WIN32)
1717
vcpkg_download_distfile(ARCHIVE
1818
URLS "https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25/wasi-sdk-${VERSION}-x86_64-windows.tar.gz"
1919
FILENAME "wasi-sdk-${VERSION}-x86_64-windows.tar.gz"
20-
SHA512 ee91880d1be2a9d2f3bd90c1893448c8861130a0726811de0f55f90394260aa4693f7efbee81de5bd599c4395fe26809642741033e8e062894c9c4dea249bae4
20+
SHA512 e8bdae827dbbb967bf9815603aeff76ac40344c79cf6a1c388e63931c77cdc5560860c6f2ec74f3c7895fab08b93940f60e9e26365b6f4ba354ca3a921803be7
2121
)
2222
endif()
2323

0 commit comments

Comments
 (0)