Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h240 WASI, // Experimental WebAssembly OS enumerator
744 return getOS() == Triple::WASI; in isOSWASI()
/freebsd/contrib/expat/
H A DChanges149 #1336 CI: Bump WASI SDK from 33 to 34
210 and WASI SDK
345 #1212 CI: Bump WASI SDK from 32 to 33
379 in particular with WASI SDK (where none of the other
413 #1181 #1182 CI: Bump WASI SDK from 30 to 32
449 #1149 CI: Bump to WASI SDK 30
484 #1104 WASI: Fix format specifiers for 32bit WASI SDK
494 #1102 #1103 WASI: Stop using getpid
532 #1104 CI: Cover compilation with WASI SD
[all...]
/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/Lex/
H A DInitHeaderSearch.cpp233 case llvm::Triple::WASI: in ShouldAddDefaultIncludePaths()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp706 case llvm::Triple::WASI: in AllocateTarget()
724 case llvm::Triple::WASI: in AllocateTarget()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp317 case WASI: return "wasi"; in getOSTypeName()
714 .StartsWith("wasi", Triple::WASI) in parseOS()
/freebsd/contrib/sqlite3/autosetup/
H A Dsqlite-config.tcl312 => {Top-most dir of the wasi-sdk for a WASI build}
/freebsd/contrib/xz/
H A DChangeLog2581 To make a non-threaded liblzma-only build work with WASI SDK, <signal.h>
2592 Fixes: 81db3b889830 ("mythread.h: Disable signal functions in builds targeting Wasm + WASI.")
16755 mythread.h: Disable signal functions in builds targeting Wasm + WASI.
16757 signal.h in WASI SDK doesn't currently provide sigprocmask()
16759 liblzma and xzdec build against WASI SDK. xz doesn't build yet
16761 isn't (yet?) implemented in WASI SDK.