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 0d66e17 commit 0a9fa7bCopy full SHA for 0a9fa7b
Sources/WasmKit/Translator.swift
@@ -1577,7 +1577,6 @@ struct InstructionTranslator<Context: TranslatorContext>: InstructionVisitor {
1577
try visitLocalSetOrTee(localIndex: localIndex, isTee: false)
1578
}
1579
mutating func visitLocalTee(localIndex: UInt32) throws -> Output {
1580
- guard try controlStack.currentFrame().reachable else { return }
1581
try visitLocalSetOrTee(localIndex: localIndex, isTee: true)
1582
_ = try valueStack.pushLocal(localIndex, locals: &locals)
1583
0 commit comments