summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2020-01-16 14:53:11 -0800
committerGitHub <noreply@github.com>2020-01-16 14:53:11 -0800
commit7c80d05e37dc02870c680869ae3f04ac6d9637ee (patch)
tree57645c67379d4e6ec49773b3494dc752ffcb5e68 /.gitmodules
parentd663c80dcb627fed3e21cfa2b47465452a83a894 (diff)
downloadwabt-7c80d05e37dc02870c680869ae3f04ac6d9637ee.tar.gz
wabt-7c80d05e37dc02870c680869ae3f04ac6d9637ee.tar.bz2
wabt-7c80d05e37dc02870c680869ae3f04ac6d9637ee.zip
Initial WASM C API implementation. (#1250)
All tests except `threads` pass.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 435ad379..7352235c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[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