Replies: 1 comment
-
|
Interesting idea! So in this case you know that the only consumer of What happens if |
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.
-
I have a transitive dependency in my project.
-- sidey1
--- sidey2
And Sidey1 is dependent on Sidey2.
To make sure that all the functions are exported correctly in Sidey2, we can use
wasm-objdump -x --section=importto get the list of imports and parse it with regex to eventually populate csv file to pass intoEXPORTED_FUNCTIONS.Would it be easier if we are able to pass in a wasm module in while building the side module? eg.
Beta Was this translation helpful? Give feedback.
All reactions