node/test/wasi
Michael Dawson 978b57d750 wasi: no longer require flag to enable wasi
- no longer require flag to enable experimental wasi feature
- wasi is still documented as experimental

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: https://github.com/nodejs/node/pull/47286
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2023-03-30 15:54:12 -04:00
..
c wasi: add wasi sock_accept stub 2023-03-01 12:37:48 -05:00
wasm wasi: add wasi sock_accept stub 2023-03-01 12:37:48 -05:00
Makefile wasi: fast calls 2022-12-08 04:22:37 +00:00
README.md doc: prepare markdown file for upcoming formatting/linting 2021-09-21 17:00:23 -07:00
test-return-on-exit.js wasi: no longer require flag to enable wasi 2023-03-30 15:54:12 -04:00
test-wasi-initialize-validation.js wasi: no longer require flag to enable wasi 2023-03-30 15:54:12 -04:00
test-wasi-not-started.js wasi: no longer require flag to enable wasi 2023-03-30 15:54:12 -04:00
test-wasi-options-validation.js wasi: no longer require flag to enable wasi 2023-03-30 15:54:12 -04:00
test-wasi-start-validation.js wasi: no longer require flag to enable wasi 2023-03-30 15:54:12 -04:00
test-wasi-stdio.js wasi: no longer require flag to enable wasi 2023-03-30 15:54:12 -04:00
test-wasi-symlinks.js wasi: no longer require flag to enable wasi 2023-03-30 15:54:12 -04:00
test-wasi-worker-terminate.js wasi: no longer require flag to enable wasi 2023-03-30 15:54:12 -04:00
test-wasi.js wasi: no longer require flag to enable wasi 2023-03-30 15:54:12 -04:00
testcfg.py wasi: introduce initial WASI support 2019-11-30 18:06:39 +01:00
wasi.status test: fix wasi/test-return-on-exit on 32-bit systems 2021-03-08 05:53:04 -08:00

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