-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
27 lines (27 loc) · 1.17 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "WaaS/WaaS.Tests.Wast/spec"]
path = WaaS/WaaS.Tests.Wast/spec
url = https://github.com/WebAssembly/spec.git
[submodule "WaaS/wit2waas/wasi/wasi-io"]
path = WaaS/wit2waas/wasi/wasi-io
url = https://github.com/WebAssembly/wasi-io.git
[submodule "WaaS/wit2waas/wasi/wasi-clocks"]
path = WaaS/wit2waas/wasi/wasi-clocks
url = https://github.com/WebAssembly/wasi-clocks.git
[submodule "WaaS/wit2waas/wasi/wasi-random"]
path = WaaS/wit2waas/wasi/wasi-random
url = https://github.com/WebAssembly/wasi-random.git
[submodule "WaaS/wit2waas/wasi/wasi-filesystem"]
path = WaaS/wit2waas/wasi/wasi-filesystem
url = https://github.com/WebAssembly/wasi-filesystem.git
[submodule "WaaS/wit2waas/wasi/wasi-sockets"]
path = WaaS/wit2waas/wasi/wasi-sockets
url = https://github.com/WebAssembly/wasi-sockets.git
[submodule "WaaS/wit2waas/wasi/wasi-cli"]
path = WaaS/wit2waas/wasi/wasi-cli
url = https://github.com/WebAssembly/wasi-cli.git
[submodule "WaaS/wit2waas/wasi/wasi-http"]
path = WaaS/wit2waas/wasi/wasi-http
url = https://github.com/WebAssembly/wasi-http.git
[submodule "WaaS/DocFxMarkdownGen"]
path = WaaS/DocFxMarkdownGen
url = https://github.com/ruccho/DocFxMarkdownGen.git