node/test/wasi
Rich Trott c231745837
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-10-04 20:30:49 +02:00
..
c
wasm
Makefile
README.md doc: prepare markdown file for upcoming formatting/linting 2021-10-04 20:30:49 +02:00
test-return-on-exit.js
test-wasi-initialize-validation.js
test-wasi-not-started.js
test-wasi-options-validation.js
test-wasi-require-flag.js
test-wasi-start-validation.js
test-wasi-stdio.js
test-wasi-symlinks.js
test-wasi-worker-terminate.js
test-wasi.js test: make tests pass on Windows with Unix EOL 2021-09-21 19:13:36 +01: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