[WebAssembly] Fix a warning for an unused variable
`ErasedUncondBr` is used only in an `assert`, so it triggers a warning on builds without assertions. Fixed.
parent
9044027e
Please register or sign in to comment
`ErasedUncondBr` is used only in an `assert`, so it triggers a warning on builds without assertions. Fixed.