Home
last modified time | relevance | path

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

/third_party/node/doc/api/
Dwasi.md120 ### `new WASI([options])`
149 ### `wasi.start(instance)`
168 ### `wasi.initialize(instance)`
187 ### `wasi.wasiImport`
/third_party/node/lib/
Dwasi.js44 class WASI { class
144 module.exports = { WASI }; field
/third_party/python/Doc/library/
Dintro.rst118 .. _WASI: https://wasi.dev/ target in WebAssembly platforms
/third_party/python/Tools/wasm/
Dwasm_build.py306 WASI = Platform( variable
/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.cc120 WASI::WASI(Environment* env, in WASI() function in node::wasi::WASI