Migrating to swift wasm on for github actions (#8814)

Migrate to use the native SDK for Wasm that's built for swift
This commit is contained in:
mustiikhalil
2025-12-02 02:13:22 +01:00
committed by GitHub
parent 597e76a268
commit 29f99937c4
3 changed files with 11 additions and 8 deletions

View File

@@ -1 +1 @@
wasm-6.0.2-RELEASE
6.2.1

View File

@@ -24,7 +24,7 @@ let package = Package(
],
dependencies: [
.package(path: "../../.."),
.package(url: "https://github.com/swiftwasm/carton", exact: "1.1.2"),
.package(url: "https://github.com/swiftwasm/WasmKit", exact: "0.1.6")
],
targets: [
.target(name: "Wasm"),