Skip to content

Commit

Permalink
Remove submodule re-added by accident (bytecodealliance#7008)
Browse files Browse the repository at this point in the history
This was removed in bytecodealliance#6195 but re-added in bytecodealliance#6877, I believe by accident,
so this re-deletes it. I've also edited `.gitmodules` a bit while I was
here to remove it and additionally keep other entries up-to-date with
matching paths.
  • Loading branch information
alexcrichton authored Sep 12, 2023
1 parent 85889ab commit 6875e26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[submodule "spec_testsuite"]
[submodule "tests/spec_testsuite"]
path = tests/spec_testsuite
url = https://github.com/WebAssembly/testsuite
[submodule "crates/c-api/examples/wasm-c-api"]
[submodule "crates/c-api/wasm-c-api"]
path = crates/c-api/wasm-c-api
url = https://github.com/WebAssembly/wasm-c-api
[submodule "WASI"]
[submodule "crates/wasi-common/WASI"]
path = crates/wasi-common/WASI
url = https://github.com/WebAssembly/WASI
[submodule "crates/wasi-nn/spec"]
Expand All @@ -13,10 +13,7 @@
[submodule "tests/wasi_testsuite/wasi-threads"]
path = tests/wasi_testsuite/wasi-threads
url = https://github.com/WebAssembly/wasi-threads
[submodule "crates/wasi-http/wasi-http"]
path = crates/wasi-http/wasi-http
url = https://github.com/WebAssembly/wasi-http
[submodule "tests/wasi_testsuite/wasi"]
[submodule "tests/wasi_testsuite/wasi-common"]
path = tests/wasi_testsuite/wasi-common
url = https://github.com/WebAssembly/wasi-testsuite.git
branch = prod/testsuite-base
1 change: 0 additions & 1 deletion crates/wasi-http/wasi-http
Submodule wasi-http deleted from 1c95bc

0 comments on commit 6875e26

Please sign in to comment.