summaryrefslogtreecommitdiff
path: root/src/interp/interp-wasi.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch from `typedef` to using `using` in C++ code. NFC (#2066)Sam Clegg2022-11-151-26/+26
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-2/+2
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-22/+25
* Fix compile errors for WITH_WASI=ON (#1627) (#1628)Steven Johnson2021-03-051-83/+83
* Fix some portability issues in interp-wasi.cc (#1480)Steven Johnson2020-07-131-32/+32
* wasi: Implement more of the wasi API (#1430)Sam Clegg2020-05-211-20/+397
* Implement more WASI APIs (#1423)Sam Clegg2020-05-161-43/+176
* Use stderr for reporting errors in wasm-interp (#1422)Sam Clegg2020-05-131-8/+8
* Add initial MVP of WASI API support to wasm-interp (#1411)Sam Clegg2020-05-121-0/+250