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 b39f17e commit 153ca02Copy full SHA for 153ca02
src/compiler.ts
@@ -2818,7 +2818,7 @@ export class Compiler extends DiagnosticEmitter {
2818
let tempLocalIndex = tempLocal.index;
2819
let breaks = new Array<ExpressionRef>(1 + numCases);
2820
breaks[0] = module.local_set(tempLocalIndex, condExpr, condType.isManaged);
2821
-
+
2822
// Make one br_if per labeled case and leave it to Binaryen to optimize the
2823
// sequence of br_ifs to a br_table according to optimization levels
2824
let breakIndex = 1;
0 commit comments