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
Split Build::tool_enabled to with/without extended
This commit repurposes the bootstrap `Build::tool_enabled` helper to
just check the set of enabled tools. The preexisting check for
`extended` as well is refactored to a separate method
`Build::extended_tool_enabled`.
The purpose for this change is to support
`./x.py test --target wasm32-wasip2` which requires the
`wasm-component-ld` tool unconditionally regardless of whether
`extended` is supported or not.
0 commit comments