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
WebAssembly: Copy clang headers from target toolchain (#86)
The clang headers were copied from host toolchain at the first "rsync"
step. But host toolchain can be optional, so we should copy the headers
from the target toolchain instead.
0 commit comments