node/test/wasi
Antoine du Hamel bd462ad81b
test: add lint rule to enforce trailing commas
Only activated on some subfolders to minimize the diff, ideally this
rule would be applied gradually to the entire codebase in follow-up
commits.

PR-URL: https://github.com/nodejs/node/pull/45468
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2022-11-17 13:02:11 +00:00
..
c
wasm
Makefile wasi: introduce initial WASI support 2019-11-30 18:06:39 +01:00
README.md
test-return-on-exit.js
test-wasi-initialize-validation.js test: add lint rule to enforce trailing commas 2022-11-17 13:02:11 +00:00
test-wasi-not-started.js test: add lint rule to enforce trailing commas 2022-11-17 13:02:11 +00:00
test-wasi-options-validation.js
test-wasi-require-flag.js
test-wasi-start-validation.js test: add lint rule to enforce trailing commas 2022-11-17 13:02:11 +00:00
test-wasi-stdio.js
test-wasi-symlinks.js test: add lint rule to enforce trailing commas 2022-11-17 13:02:11 +00:00
test-wasi-worker-terminate.js
test-wasi.js test: add lint rule to enforce trailing commas 2022-11-17 13:02:11 +00:00
testcfg.py
wasi.status

README.md

WASI Tests

Compile with clang and wasm32-wasi target. The clang version used must be built with wasi-libc. You can specify the location for clang and the sysroot if needed when running make:

$ make CC=/usr/local/opt/llvm/bin/clang SYSROOT=/path/to/wasi-libc/sysroot