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 7cc9d65 commit d258b76Copy full SHA for d258b76
Sources/CLI/Commands/Parse.swift
@@ -1,6 +1,6 @@
1
+import SystemPackage
2
import WAT
3
import WasmKit
-import SystemPackage
4
5
/// Parses a `.wasm` or `.wat` module.
6
func parseWasm(filePath: FilePath) throws -> Module {
0 commit comments