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 0af8cce commit 761db6dCopy full SHA for 761db6d
src/compiler.ts
@@ -2828,7 +2828,7 @@ export class Compiler extends DiagnosticEmitter {
2828
let tempLocalIndex = tempLocal.index;
2829
let breaks = new Array<ExpressionRef>(1 + numCases);
2830
breaks[0] = module.local_set(tempLocalIndex, condExpr, condType.isManaged);
2831
-
+
2832
// Make one br_if per labeled case and leave it to Binaryen to optimize the
2833
// sequence of br_ifs to a br_table according to optimization levels
2834
let breakIndex = 1;
0 commit comments