The API clock_getres with attribute API CLOCK_THREAD_CPUTIME_ID is not supported on IBM i PASE. PR-URL: https://github.com/nodejs/node/pull/32459 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> |
||
|---|---|---|
| .. | ||
| c | ||
| wasm | ||
| Makefile | ||
| README.md | ||
| test-return-on-exit.js | ||
| 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