Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test/wasi
AgeCommit message (Expand)Author
2021-04-02test: prepare for consistent comma-dangle lint ruleRich Trott
2021-03-08test: fix wasi/test-return-on-exit on 32-bit systemscjihrig
2021-02-11test: mark WASI's test-return-on-exit as flakycjihrig
2020-10-18wasi: drop --experimental-wasm-bigint requirementcjihrig
2020-09-17test: add wasi readdir() testcjihrig
2020-08-07wasi: add __wasi_fd_filestat_set_times() testcjihrig
2020-07-20test: use `.then(common.mustCall())` for all async IIFEsAnna Henningsen
2020-07-13test: add WASI test for file resizingcjihrig
2020-06-29wasi: add reactor supportGus Caplan
2020-05-30wasi: allow WASI stdio to be configuredcjihrig
2020-05-25wasi: refactor and enable poll_oneoff() testcjihrig
2020-05-23wasi,worker: handle termination exceptionBen Noordhuis
2020-05-23wasi: relax WebAssembly.Instance type checkBen Noordhuis
2020-05-08wasi: prevent syscalls before startTobias Nießen
2020-04-28wasi: update start() behavior to match speccjihrig
2020-04-28wasi: rename __wasi_unstable_reactor_start()cjihrig
2020-03-30test: skip a wasi test on IBMi PASEXu Meng
2020-03-14test: verify that WASI errors are rethrowncjihrig
2020-03-08test: add WASI test for path_link()cjihrig
2020-03-08wasi: add returnOnExit optioncjihrig
2020-01-24test: add tests for main() argument handlingcjihrig
2020-01-23test: add wasi test for freopen()cjihrig
2020-01-22test: improve wasi stat testcjihrig
2020-01-20test: add wasi test for symlink() and readlink()cjihrig
2020-01-17deps,test: update to uvwasi 0.0.4cjihrig
2019-12-26wasi: throw on failed uvwasi_init()cjihrig
2019-12-23test: get lib/wasi.js coverage to 100%cjihrig
2019-12-18test: remove obsolete WASI testcjihrig
2019-12-18doc,lib,src,test: rename WASI CLI flagcjihrig
2019-12-18deps,src,test: update to uvwasi 0.0.3cjihrig
2019-12-17test: simplify test-wasi-start-validation.jscjihrig
2019-12-17test: improve WASI start() coveragecjihrig
2019-12-17wasi: require CLI flag to require() wasi modulecjihrig
2019-12-15test: add missing test flagscjihrig
2019-12-15test: add test for validation for wasi.start() argumentRich Trott
2019-12-07test: improve WASI options validationRich Trott
2019-12-05test: improve wasi test coverageRich Trott
2019-12-05test: simplify tmpdir import in wasi testsRich Trott
2019-11-30wasi: introduce initial WASI supportcjihrig