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
Merge pull request #81504 from swiftlang/maxd/install-wasmkit-6.2
6.2: Copy WasmKit to `host_install_destdir`
Cherry-pick of #81178, merged as eac419b
**Explanation**: This enables `swift run` and `swift test` to use WasmKit when cross-compiling to Wasm with Swift SDKs that have toolsets pointing to WasmKit.
**Scope**: limited to swift.org toolchains and a single WasmKit product. No other build products are changed.
**Risk**: low, the change is additive and doesn't impact anything other than this single product.
**Testing**: automated testing via github.com/swiftlang/swift-integration-tests
**Issue**: rdar://150382758
**Reviewer**: @bnbarham
0 commit comments