forked from containerd/runwasi
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
24 lines (24 loc) · 921 Bytes
/
.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
[submodule "webassembly-benchmarks"]
path = benches/webassembly-benchmarks
url = https://github.com/jedisct1/webassembly-benchmarks
[submodule "demo/db"]
path = demo/db
url = https://github.com/WasmEdge/wasmedge-db-examples.git
[submodule "demo/hyper"]
path = demo/hyper
url = https://github.com/WasmEdge/wasmedge_hyper_demo.git
[submodule "demo/reqwest"]
path = demo/reqwest
url = https://github.com/WasmEdge/wasmedge_reqwest_demo.git
[submodule "demo/microservice_db"]
path = demo/microservice_db
url = https://github.com/second-state/microservice-rust-mysql.git
[submodule "demo/wasinn"]
path = demo/wasinn
url = https://github.com/second-state/WasmEdge-WASINN-examples.git
[submodule "demo/rootfs-mounts"]
path = demo/rootfs-mounts
url = https://github.com/second-state/wasmedge-rootfs-mounts-demo.git
[submodule "demo/llama2"]
path = demo/llama2
url = https://github.com/second-state/llama-utils.git