Searched defs:wasi (Results 1 – 11 of 11) sorted by relevance
/third_party/node/src/ |
D | node_wasi.cc | 14 namespace wasi { namespace 17 inline void Debug(WASI* wasi, Args&&... args) { in Debug() 58 #define GET_BACKING_STORE_OR_RETURN(wasi, args, mem_ptr, mem_size) \ argument 252 WASI* wasi; in ArgsGet() local 291 WASI* wasi; in ArgsSizesGet() local 325 WASI* wasi; in ClockResGet() local 352 WASI* wasi; in ClockTimeGet() local 382 WASI* wasi; in EnvironGet() local 424 WASI* wasi; in EnvironSizesGet() local 458 WASI* wasi; in FdAdvise() local [all …]
|
/third_party/node/test/wasi/ |
D | test-wasi-initialize-validation.js | 14 const wasi = new WASI(); constant 27 const wasi = new WASI({}); constant 43 const wasi = new WASI({}); constant 66 const wasi = new WASI({}); constant 91 const wasi = new WASI({}); constant 109 const wasi = new WASI({}); constant 133 const wasi = new WASI({}); constant
|
D | test-wasi-start-validation.js | 14 const wasi = new WASI(); constant 27 const wasi = new WASI({}); constant 43 const wasi = new WASI({}); constant 63 const wasi = new WASI({}); constant 88 const wasi = new WASI({}); constant 106 const wasi = new WASI({}); constant 130 const wasi = new WASI({}); constant
|
D | test-return-on-exit.js | 12 const wasi = new WASI({ returnOnExit: true }); constant 22 const wasi = new WASI({ returnOnExit: true }); constant
|
D | test-wasi-stdio.js | 21 const wasi = new WASI({ stdin, stdout, stderr, returnOnExit: true }); constant
|
D | test-wasi-not-started.js | 10 const wasi = new WASI({ constant
|
D | test-wasi-symlinks.js | 12 const wasi = new WASI({ constant
|
D | test-wasi.js | 16 const wasi = new WASI({ constant
|
/third_party/node/deps/npm/node_modules/builtins/ |
D | index.js | 55 wasi: '>=12.16.0', property
|
/third_party/node/ |
D | tsconfig.json | 95 "wasi": ["./lib/wasi.js"], array
|
/third_party/node/deps/npm/node_modules/is-core-module/ |
D | core.json | 152 "wasi": [">= 13.4 && < 13.5", ">= 18.17 && < 19", ">= 20"], array
|