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 be7ea4f commit 4d6facdCopy full SHA for 4d6facd
Sources/CLI/CLI.swift
@@ -5,7 +5,7 @@ struct CLI: AsyncParsableCommand {
5
static let configuration = CommandConfiguration(
6
commandName: "wasmkit",
7
abstract: "WebAssembly Runtime written in Swift.",
8
- version: "0.0.6",
+ version: "0.0.7",
9
subcommands: [Run.self]
10
)
11
}
0 commit comments