Skip to content

Commit fb414d6

Browse files
committed
add TODO
1 parent d9e2bdb commit fb414d6

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
@@ -2485,6 +2485,7 @@ export class Module {
24852485
}
24862486

24872487
tryCopySimpleExpression(expr: ExpressionRef): ExpressionRef {
2488+
// TODO: Copy debug location as well (needs Binaryen support)
24882489
switch (binaryen._BinaryenExpressionGetId(expr)) {
24892490
case ExpressionId.LocalGet:
24902491
case ExpressionId.GlobalGet:

0 commit comments

Comments
 (0)