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 3870104 commit e56f0fcCopy full SHA for e56f0fc
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.3",
+ version: "0.0.4",
9
subcommands: [Run.self]
10
)
11
}
0 commit comments