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 317d6e9 commit 480acf0Copy full SHA for 480acf0
src/wasm/wasm-emscripten.cpp
@@ -599,10 +599,6 @@ struct FixInvokeFunctionNamesWalker : public PostWalker<FixInvokeFunctionNamesWa
599
if (newname == curr->base)
600
return;
601
602
- if (curr->base != curr->name) {
603
- Fatal() << "Import name and function name do not match: '" << curr->base << "' '" << curr->name << "'";
604
- }
605
-
606
assert(importRenames.count(curr->name) == 0);
607
importRenames[curr->name] = newname;
608
// Either rename or remove the existing import
0 commit comments