mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 14:14:11 +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:
@@ -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