Skip to content

Commit

Permalink
Update the names of the git submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Nov 8, 2019
1 parent 58c5906 commit 32a71c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "spec_testsuite"]
path = spec_testsuite
url = https://github.com/WebAssembly/testsuite
[submodule "wasmtime-api/c-examples/wasm-c-api"]
[submodule "crates/api/c-examples/wasm-c-api"]
path = crates/api/c-examples/wasm-c-api
url = https://github.com/WebAssembly/wasm-c-api
[submodule "wasi-common/WASI"]
[submodule "crates/wasi-common/WASI"]
path = crates/wasi-common/WASI
url = https://github.com/WebAssembly/WASI

0 comments on commit 32a71c0

Please sign in to comment.