summaryrefslogtreecommitdiff
path: root/test/wasi
Commit message (Expand)AuthorAgeFilesLines
* wasi: make returnOnExit true by defaultMichael Dawson2023-04-111-1/+17
* wasi: make version non-optionalMichael Dawson2023-04-069-60/+34
* wasi: no longer require flag to enable wasiMichael Dawson2023-03-3010-19/+0
* wasi: add wasi sock_accept stubMichael Dawson2023-03-013-0/+18
* wasi: add support for version when creating WASIMichael Dawson2023-02-222-3/+51
* wasi: fast callssnek2022-12-0826-3/+10
* test: add lint rule to enforce trailing commasAntoine du Hamel2022-11-175-40/+40
* src: condense experimental warning messageRich Trott2022-11-132-4/+2
* wasi: use WasmMemoryObject handle for perf (#43544)snek2022-06-252-94/+9
* doc: prepare markdown file for upcoming formatting/lintingRich Trott2021-09-211-0/+1
* test: make tests pass on Windows with Unix EOLMichaël Zasso2021-09-071-4/+4
* test: fix WASI link testRichard Lau2021-07-252-2/+6
* wasi: use missing validatorVoltrex2021-06-262-2/+4
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-014-4/+4
* test: fix wasi/test-return-on-exit on 32-bit systemscjihrig2021-03-082-5/+2
* test: mark WASI's test-return-on-exit as flakycjihrig2021-02-111-0/+4
* wasi: drop --experimental-wasm-bigint requirementcjihrig2020-10-185-5/+2
* test: add wasi readdir() testcjihrig2020-09-173-0/+55
* wasi: add __wasi_fd_filestat_set_times() testcjihrig2020-08-072-0/+10
* test: use `.then(common.mustCall())` for all async IIFEsAnna Henningsen2020-07-203-4/+4
* test: add WASI test for file resizingcjihrig2020-07-133-0/+40
* wasi: add reactor supportGus Caplan2020-06-292-2/+202
* wasi: allow WASI stdio to be configuredcjihrig2020-05-302-0/+46
* wasi: refactor and enable poll_oneoff() testcjihrig2020-05-253-10/+58
* wasi,worker: handle termination exceptionBen Noordhuis2020-05-231-0/+44
* wasi: relax WebAssembly.Instance type checkBen Noordhuis2020-05-231-2/+74
* wasi: prevent syscalls before startTobias Nießen2020-05-081-0/+40
* wasi: update start() behavior to match speccjihrig2020-04-281-68/+94
* wasi: rename __wasi_unstable_reactor_start()cjihrig2020-04-281-1/+1
* test: skip a wasi test on IBMi PASEXu Meng2020-03-301-2/+10
* test: verify that WASI errors are rethrowncjihrig2020-03-131-2/+15
* test: add WASI test for path_link()cjihrig2020-03-083-0/+18
* wasi: add returnOnExit optioncjihrig2020-03-082-0/+22
* test: add tests for main() argument handlingcjihrig2020-01-243-1/+12
* test: add wasi test for freopen()cjihrig2020-01-233-0/+17
* test: improve wasi stat testcjihrig2020-01-212-0/+10
* test: add wasi test for symlink() and readlink()cjihrig2020-01-203-0/+27
* deps,test: update to uvwasi 0.0.4cjihrig2020-01-161-4/+6
* wasi: throw on failed uvwasi_init()cjihrig2019-12-251-0/+5
* test: get lib/wasi.js coverage to 100%cjihrig2019-12-221-0/+6
* test: remove obsolete WASI testcjihrig2019-12-171-19/+0
* doc,lib,src,test: rename WASI CLI flagcjihrig2019-12-175-5/+5
* deps,src,test: update to uvwasi 0.0.3cjihrig2019-12-1720-2/+2
* test: simplify test-wasi-start-validation.jscjihrig2019-12-161-14/+9
* test: improve WASI start() coveragecjihrig2019-12-161-1/+66
* wasi: require CLI flag to require() wasi modulecjihrig2019-12-171-0/+9
* test: add missing test flagscjihrig2019-12-141-0/+1
* test: add test for validation for wasi.start() argumentRich Trott2019-12-141-0/+31
* test: improve WASI options validationRich Trott2019-12-071-3/+3
* test: improve wasi test coverageRich Trott2019-12-041-0/+22