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
I believe you're running into wasm-opt being in your $PATH and is automatically being run by clang over components, and wasm-opt doesn't support components yet. A better error message has landed on binaryen's main branch I believe to help address this in the future.
In the future llvm/llvm-project#98373 should suffice for fixing this but that's not included in the LLVM submodule right now (and I haven't checked if it's included in LLVM 19). In the meantime though --no-wasm-opt sounds reasonable to me!
While building wasi-sdk locally, I observed that some of the compile tests fail:
The text was updated successfully, but these errors were encountered: