node/test/wasi
Rich Trott f4a350da85 doc: prepare markdown file for upcoming formatting/linting
PR-URL: https://github.com/nodejs/node/pull/40156
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2021-09-21 17:00:23 -07: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 wasi: use missing validator 2021-06-26 16:31:30 +02:00
test-wasi-not-started.js
test-wasi-options-validation.js
test-wasi-require-flag.js
test-wasi-start-validation.js wasi: use missing validator 2021-06-26 16:31:30 +02:00
test-wasi-stdio.js
test-wasi-symlinks.js test: fix WASI link test 2021-07-25 18:08:19 +00:00
test-wasi-worker-terminate.js
test-wasi.js test: make tests pass on Windows with Unix EOL 2021-09-07 13:41:55 +02: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