[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.
Loading
Please sign in to comment
`ErasedUncondBr` is used only in an `assert`, so it triggers a warning on builds without assertions. Fixed.