Skip to content

Commit a079f2e

Browse files
committed
wrapper TODO
1 parent 06357e5 commit a079f2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/tools/fuzzing/fuzzing.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,6 +2531,8 @@ void TranslateToFuzzReader::mutateJSBoundary() {
25312531
if (!func->imported()) {
25322532
continue;
25332533
}
2534+
// TODO: In the reffed cast, we could consider using import/export wrappers
2535+
// and refining just there.
25342536
if (map[func->name].reffed) {
25352537
continue;
25362538
}

0 commit comments

Comments
 (0)