aboutsummaryrefslogtreecommitdiff
path: root/src/node_wasi.cc
AgeCommit message (Expand)Author
2020-10-06src: more idiomatic error pattern in node_wasiJames M Snell
2020-08-07deps: update to uvwasi 0.0.10cjihrig
2020-06-14src: introduce BaseObject base FunctionTemplateAnna Henningsen
2020-05-30wasi: allow WASI stdio to be configuredcjihrig
2020-05-25wasi: simplify WASI memory managementcjihrig
2020-05-19deps: update to uvwasi 0.0.9cjihrig
2020-05-08wasi: fix poll_oneoff memory interfacecjihrig
2020-05-08wasi: prevent syscalls before startTobias Nießen
2020-04-30wasi: use free() to release preopen arrayAnna Henningsen
2020-03-18deps: update to uvwasi 0.0.6cjihrig
2020-03-02src: improve handling of internal field countingJames M Snell
2020-01-23src: add C++-style sprintf utilityAnna Henningsen
2019-12-30wasi: fix serdes bugs from snapshot1 migrationcjihrig
2019-12-25wasi: throw on failed uvwasi_init()cjihrig
2019-12-17deps,src,test: update to uvwasi 0.0.3cjihrig
2019-12-07wasi: use memory-tracking allocatorAnna Henningsen
2019-12-07src: free preopen memory in WASI::New()cjihrig
2019-12-07src: use checked allocations in WASI::New()cjihrig
2019-11-30wasi: introduce initial WASI supportcjihrig