Skip to content

Commit 15e4f36

Browse files
committed
add TODO
1 parent d9e2bdb commit 15e4f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,6 +2496,7 @@ export class Module {
24962496
}
24972497

24982498
copyExpression(expr: ExpressionRef): ExpressionRef {
2499+
// TODO: Copy debug location as well (needs Binaryen support)
24992500
return binaryen._BinaryenExpressionCopy(expr, this.ref);
25002501
}
25012502

0 commit comments

Comments
 (0)