We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Cannot compile package
To Reproduce Steps to reproduce the behavior:
Additional context
Package:
// swift-tools-version:5.7 import PackageDescription let package = Package( name: "wasm", platforms: [.macOS(.v11), .iOS(.v13)], products: [ .executable(name: "wasm", targets: ["wasm"]) ], dependencies: [ .package(url: "https://github.com/TokamakUI/Tokamak", exact: "0.11.1") ], targets: [ .executableTarget( name: "wasm", dependencies: [ .product(name: "TokamakShim", package: "Tokamak") ]) ] )
The text was updated successfully, but these errors were encountered:
Does it build with a SwiftWasm toolchain, like through Carton?
Sorry, something went wrong.
Yes, through carton works.
carson-katri
No branches or pull requests
Describe the bug
Cannot compile package
To Reproduce
Steps to reproduce the behavior:
Additional context
Package:
The text was updated successfully, but these errors were encountered: