mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
56ccd599fe
Refs: https://github.com/nodejs/node/issues/46923 Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: https://github.com/nodejs/node/pull/47390 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> |
||
---|---|---|
.. | ||
c | ||
wasm | ||
Makefile | ||
README.md | ||
test-return-on-exit.js | ||
test-wasi-initialize-validation.js | ||
test-wasi-not-started.js | ||
test-wasi-options-validation.js | ||
test-wasi-start-validation.js | ||
test-wasi-stdio.js | ||
test-wasi-symlinks.js | ||
test-wasi-worker-terminate.js | ||
test-wasi.js | ||
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