Skip to content

wasm-emscripten-finalize: Don't rename the imported table#3101

Merged
kripken merged 4 commits intomasterfrom
table
Sep 3, 2020
Merged

wasm-emscripten-finalize: Don't rename the imported table#3101
kripken merged 4 commits intomasterfrom
table

Conversation

@kripken
Copy link
Member

@kripken kripken commented Sep 3, 2020

When minimizing wasm changes, leave it as __indirect_function_table
which is what LLVM emits.

This also removes the renaming of the memory. That was never needed
as LLVM already emits "memory" there.

See #3043

@kripken kripken requested a review from sbc100 September 3, 2020 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants