mirror of https://github.com/nodejs/node.git
2abbaddca9
This commit adds a WASI test to cover the following functions: - __wasi_fd_filestat_set_size() - __wasi_fd_tell() PR-URL: https://github.com/nodejs/node/pull/31617 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> |
||
---|---|---|
.. | ||
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-require-flag.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 |
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