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.
Package.swift
1 parent 7fb1f30 commit 501149eCopy full SHA for 501149e
wasm/Hello/Package.swift
@@ -1,13 +1,9 @@
1
// swift-tools-version: 6.2
2
-// The swift-tools-version declares the minimum version of Swift required to build this package.
3
-
4
import PackageDescription
5
6
let package = Package(
7
name: "Hello",
8
targets: [
9
- // Targets are the basic building blocks of a package, defining a module or a test suite.
10
- // Targets can depend on other targets in this package and products from dependencies.
11
.executableTarget(
12
name: "Hello"
13
),
0 commit comments