Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h236 WASI, // Experimental WebAssembly OS enumerator
701 return getOS() == Triple::WASI; in isOSWASI()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DREADME.txt20 on musl, for producing WebAssembly applications that use the WASI ABI.
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp689 case llvm::Triple::WASI: in AllocateTarget()
707 case llvm::Triple::WASI: in AllocateTarget()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp297 case WASI: return "wasi"; in getOSTypeName()
684 .StartsWith("wasi", Triple::WASI) in parseOS()
/freebsd/contrib/sqlite3/autosetup/
H A Dsqlite-config.tcl299 => {Top-most dir of the wasi-sdk for a WASI build}
/freebsd/contrib/xz/
H A DChangeLog616 To make a non-threaded liblzma-only build work with WASI SDK, <signal.h>
627 Fixes: 81db3b889830 ("mythread.h: Disable signal functions in builds targeting Wasm + WASI.")
14790 mythread.h: Disable signal functions in builds targeting Wasm + WASI.
14792 signal.h in WASI SDK doesn't currently provide sigprocmask()
14794 liblzma and xzdec build against WASI SDK. xz doesn't build yet
14796 isn't (yet?) implemented in WASI SDK.