mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
ec4bf4ae9b
test-wasi-binding.js was added during the initial WASI development, but it is now considered obsolete. It also does not provide any additional test coverage. This commit removes it. PR-URL: https://github.com/nodejs/node/pull/30980 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> |
||
---|---|---|
.. | ||
c | ||
wasm | ||
Makefile | ||
README.md | ||
test-wasi-options-validation.js | ||
test-wasi-require-flag.js | ||
test-wasi-start-validation.js | ||
test-wasi-symlinks.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