summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 15d95622ba232c13dd075e4d29f88afaea26a29a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[submodule "third_party/testsuite"]
	path = third_party/testsuite
	url = https://github.com/WebAssembly/testsuite
[submodule "third_party/gtest"]
	path = third_party/gtest
	url = https://github.com/google/googletest
[submodule "third_party/ply"]
	path = third_party/ply
	url = https://github.com/dabeaz/ply
[submodule "third_party/wasm-c-api"]
	path = third_party/wasm-c-api
	url = https://github.com/WebAssembly/wasm-c-api
[submodule "third_party/uvwasi"]
	path = third_party/uvwasi
	url = https://github.com/nodejs/uvwasi