mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
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:
@@ -1 +1 @@
|
||||
wasm-6.0.2-RELEASE
|
||||
6.2.1
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user