Home
last modified time | relevance | path

Searched defs:WASI (Results 1 – 4 of 4) sorted by relevance

/third_party/node/doc/api/
Dwasi.md108 ### `new WASI([options])`
136 ### `wasi.start(instance)`
154 ### `wasi.initialize(instance)`
171 ### `wasi.wasiImport`
/third_party/node/lib/
Dwasi.js55 class WASI { class
168 module.exports = { WASI }; field
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h193 WASI, // Experimental WebAssembly OS enumerator
/third_party/node/src/
Dnode_wasi.cc123 WASI::WASI(Environment* env, in WASI() function in node::wasi::WASI