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 38f9fba commit 4da98fdCopy full SHA for 4da98fd
Utilities/Sources/WasmGen.swift
@@ -258,9 +258,7 @@ enum WasmGen {
258
code += " }\n"
259
}
260
261
- code += """
262
- }
263
- """
+ code += "}"
264
265
return code
266
@@ -536,6 +534,7 @@ enum WasmGen {
536
534
/// Claim the next byte to be decoded
537
535
@inlinable func claimNextByte() throws -> UInt8
538
+ /// Throw an error due to unknown opcode.
539
func throwUnknown(_ opcode: [UInt8]) throws -> Never
540
541
"""
0 commit comments