We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6410298 commit 79b1c52Copy full SHA for 79b1c52
Benchmarks/Package.swift
@@ -6,7 +6,7 @@ let package = Package(
6
name: "Benchmarks",
7
platforms: [.macOS(.v13)],
8
dependencies: [
9
- .package(path: "../"),
+ .package(name: "WasmKit", path: "../"),
10
.package(url: "https://github.com/ordo-one/package-benchmark", .upToNextMajor(from: "1.4.0")),
11
]
12
)
0 commit comments