Replies: 2 comments 4 replies
-
|
Interesting idea! So in this case you know that the only consumer of What happens if |
Beta Was this translation helpful? Give feedback.
-
|
Yes, that's the part I'm unsure about and seeking your input. Is that something that we can follow here as well? |
Beta Was this translation helpful? Give feedback.
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