Skip to content

Commit 485f557

Browse files
authored
Update src/compiler.ts
1 parent 0bf6eff commit 485f557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7052,8 +7052,8 @@ export class Compiler extends DiagnosticEmitter {
70527052
[
70537053
module.local_tee(
70547054
tmp.index,
7055-
this.makeCallDirect(ctor, [module.i32(0)], expression, /*immediatelyDropped*/ false),
7056-
/*isManaged*/ true, // TODO(maybe can be false to optimize performance)
7055+
this.makeCallDirect(ctor, [module.i32(0)], expression, /* immediatelyDropped */ false),
7056+
/* isManaged */ true, // TODO(maybe can be false to optimize performance)
70577057
TypeRef.I32
70587058
),
70597059
module.i32(functionIndexInTable),

0 commit comments

Comments
 (0)