Replies: 1 comment
-
Those are minified import names. They are minified to To know what they are and why they are used, generally you would make a debug build with opts (e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use an Emscripten-compiled project into a Webpack project, but I get errors where Webpack fails to resolved
'a'
. I ran wasm2wat and found that indeed, the Wasm binary contains some curious import statements:What are they used for? If their presence is expected, do you know how to tell Webpack to ignore them?
Beta Was this translation helpful? Give feedback.
All reactions