Commit Graph

6 Commits

Author SHA1 Message Date
nickysn
720068360e + workaround for newer wasmtime versions that don't report the fd type of
stdin/stdout/stderr. Always assume handles 0..2 are a device, so that
  standard input and output are flushed.

git-svn-id: trunk@49541 -
2021-06-23 21:22:15 +00:00
nickysn
0f50c85b44 * prefixed all wasi api functions with __wasi_, similar to the C header
git-svn-id: branches/wasm@48353 -
2021-01-23 16:29:31 +00:00
nickysn
e14451c6b6 + added error handling to the do_read and do_Write WASI routines
git-svn-id: branches/wasm@48310 -
2021-01-22 02:06:30 +00:00
nickysn
9b173ac119 + implemented do_isdevice for WASI
git-svn-id: branches/wasm@48308 -
2021-01-22 01:26:35 +00:00
nickysn
899d718895 + more WASI rtl functions (dummy, not yet implemented)
git-svn-id: branches/wasm@48240 -
2021-01-20 21:38:53 +00:00
nickysn
a5fafea8d1 * more updates to attempt to get a larger part of the full RTL to compile for WASM32
git-svn-id: branches/wasm@47970 -
2021-01-02 13:01:39 +00:00