diff options
author | Sam Clegg <sbc@chromium.org> | 2020-05-21 12:58:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 09:58:02 -0700 |
commit | 7639690bbc2a2a35f315e2ee061cfa8cfeb1c5b1 (patch) | |
tree | cc17293bc25af39a1bb9a6a2fcae9e8d5204facd /third_party | |
parent | 3625539c176839c9a45d58143767a63c04b95559 (diff) | |
download | wabt-7639690bbc2a2a35f315e2ee061cfa8cfeb1c5b1.tar.gz wabt-7639690bbc2a2a35f315e2ee061cfa8cfeb1c5b1.tar.bz2 wabt-7639690bbc2a2a35f315e2ee061cfa8cfeb1c5b1.zip |
wasi: Implement more of the wasi API (#1430)
I've been used the tests from wasi-sdk to get started:
https://github.com/WebAssembly/wasi-sdk/tree/master/tests
All these tests now pass. Still this isn't saying much, there are still
some big missing pieces. Started using the new serdes
(serialize/deserialze) API in uvwasi. I think we are almost at the
point were we can look at auto-generating some of this stuff from witx
to avoid having the hand code all this marshelling stuff.
Add support for ArgumentCount::ZeroOrMore to OptionParser and also the
ability to force the end of option processing using `--`. This allows
is to pass options through the underlying wasi program when running
wasm-interp.
Diffstat (limited to 'third_party')
m--------- | third_party/uvwasi | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/third_party/uvwasi b/third_party/uvwasi -Subproject b0684ea4182f5e4e11a12ab552d7ba1487ade02 +Subproject 55eff19f4c7e69ec151424a037f951e0ad006ed |