We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e1094 commit de14c6aCopy full SHA for de14c6a
src/passes/ExtractFunction.cpp
@@ -51,6 +51,8 @@ static void extract(PassRunner* runner, Module* module, Name name) {
51
// Update function references after making things imports.
52
ReFinalize().run(runner, module);
53
ReFinalize().walkModuleCode(module);
54
+ // TODO: Add casts when needed for exactness, like wasm-split, to handle
55
+ // places that need the type remain exact.
56
57
// Leave just one export, for the thing we want.
58
module->exports.clear();
0 commit comments