Hello All,

I have a dynamic linked side module which need to exports huge list of 
(2K-3K) functions. How can I pass very huge list of exported functions to 
emcc? Please note that I cannot use EXPORT_ALL because the modue has 1lac + 
symbols which is more than WASM export table limit so WASM compilation 
fails. Something similar to MAC OS ld exported_symbols_list which take list 
in file?


./emcc -s "EXPORTED_FUNCTIONS=[................]" ... 

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to