From a5a9b341b7fb7aa66427d4701871d2b3c73bcc87 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 12 May 2020 21:28:43 -0400 Subject: Add initial MVP of WASI API support to wasm-interp (#1411) This is proof of concept that only implements the `proc_exit` and `fd_write` APIs. Extending this to the full WASI API will to follow assuming this approach seems reasonable. Fixes #1409 --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 7352235c..a47f2eca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [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/cjihrig/uvwasi -- cgit v1.2.3