Skip to content

Commit dfcea8b

Browse files
[skip ci] Update WasmParser.swift
1 parent 1ccba88 commit dfcea8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/WasmParser/WasmParser.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ public func parseExpression<V: InstructionVisitor, Stream: ByteStream>(
114114
/// ```swift
115115
/// import WasmParser
116116
///
117-
/// let bytes = try wat2wasm(String(contentsOfFile: "wasm/factorial.wat"))
118-
///
119117
/// struct MyVisitor: VoidInstructionVisitor {
120118
/// func visitLocalGet(localIndex: UInt32) {
121119
/// print("local.get \(localIndex)")

0 commit comments

Comments
 (0)