You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add locking primitives for TARGET_OS_WASI in CFLocking.h
WebAssembly/WASI doesn't support multi-threading yet, so these primitives don't do anything in this single-threaded environment, but allow the rest of the code using them to compile.
0 commit comments