node/test/wasi
Antoine du Hamel 1277ffcb55
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-21 15:16:25 -05:00
..
c
wasm
Makefile
README.md doc: prepare markdown file for upcoming formatting/linting 2021-09-21 17:00:23 -07:00
test-return-on-exit.js
test-wasi-initialize-validation.js test: add lint rule to enforce trailing commas 2022-11-21 15:16:25 -05:00
test-wasi-not-started.js test: add lint rule to enforce trailing commas 2022-11-21 15:16:25 -05: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-21 15:16:25 -05:00
test-wasi-stdio.js
test-wasi-symlinks.js test: add lint rule to enforce trailing commas 2022-11-21 15:16:25 -05:00
test-wasi-worker-terminate.js
test-wasi.js test: add lint rule to enforce trailing commas 2022-11-21 15:16:25 -05:00
testcfg.py
wasi.status

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