node/test/wasi
snek 3ccf5acd23
wasi: use WasmMemoryObject handle for perf (#43544)
PR-URL: #43544
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2022-07-31 09:45:00 +02:00
..
c test: add wasi readdir() test 2020-09-17 18:57:38 +00:00
wasm test: add wasi readdir() test 2020-09-17 18:57:38 +00:00
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: fix wasi/test-return-on-exit on 32-bit systems 2021-03-08 05:53:04 -08:00
test-wasi-initialize-validation.js wasi: use WasmMemoryObject handle for perf (#43544) 2022-07-31 09:45:00 +02:00
test-wasi-not-started.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-wasi-options-validation.js
test-wasi-require-flag.js
test-wasi-start-validation.js wasi: use WasmMemoryObject handle for perf (#43544) 2022-07-31 09:45:00 +02:00
test-wasi-stdio.js wasi: drop --experimental-wasm-bigint requirement 2020-10-18 20:17:43 +02:00
test-wasi-symlinks.js test: fix WASI link test 2021-07-29 17:14:24 +01:00
test-wasi-worker-terminate.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-wasi.js test: make tests pass on Windows with Unix EOL 2021-09-21 19:13:36 +01:00
testcfg.py
wasi.status test: fix wasi/test-return-on-exit on 32-bit systems 2021-03-08 05:53:04 -08:00

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