Skip to content

Commit de14c6a

Browse files
committed
TODO: ExtractFunction casts
1 parent 87e1094 commit de14c6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/passes/ExtractFunction.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ static void extract(PassRunner* runner, Module* module, Name name) {
5151
// Update function references after making things imports.
5252
ReFinalize().run(runner, module);
5353
ReFinalize().walkModuleCode(module);
54+
// TODO: Add casts when needed for exactness, like wasm-split, to handle
55+
// places that need the type remain exact.
5456

5557
// Leave just one export, for the thing we want.
5658
module->exports.clear();

0 commit comments

Comments
 (0)