Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch from `typedef` to using `using` in C++ code. NFC (#2066) | Sam Clegg | 2022-11-15 | 1 | -26/+26 |
* | Move headers to include/wabt/ (#1998) | Alex Reinking | 2022-09-28 | 1 | -2/+2 |
* | Clang-format codebase (#1684) | Heejin Ahn | 2021-12-20 | 1 | -22/+25 |
* | Fix compile errors for WITH_WASI=ON (#1627) (#1628) | Steven Johnson | 2021-03-05 | 1 | -83/+83 |
* | Fix some portability issues in interp-wasi.cc (#1480) | Steven Johnson | 2020-07-13 | 1 | -32/+32 |
* | wasi: Implement more of the wasi API (#1430) | Sam Clegg | 2020-05-21 | 1 | -20/+397 |
* | Implement more WASI APIs (#1423) | Sam Clegg | 2020-05-16 | 1 | -43/+176 |
* | Use stderr for reporting errors in wasm-interp (#1422) | Sam Clegg | 2020-05-13 | 1 | -8/+8 |
* | Add initial MVP of WASI API support to wasm-interp (#1411) | Sam Clegg | 2020-05-12 | 1 | -0/+250 |