From 7c80d05e37dc02870c680869ae3f04ac6d9637ee Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 16 Jan 2020 14:53:11 -0800 Subject: Initial WASM C API implementation. (#1250) All tests except `threads` pass. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3