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
As far as I know, cmake can't handle two different compilers and
targets within a project as this sample is trying to do.
This commit is a band-aid fix.
While CMAKE_C_COMPILER_TARGET here happens to work when both of
host compiler and wasm compiler are clang, it doesn't seem working
if the host compiler is gcc. (as it is on the CI.)
0 commit comments