Ideally, a program that would take the name of a C function as input, and output the number of bytes that the specified function contributes to the final wasm file, along with the number of bytes that it contributes to the final js file.
I rewrote my application to use functions provided in html5.h, instead of relying on SDL, and this resulted in significant size savings. So, if I could have more insight into the overall weight of specific functions, I could probably craft similarly thin alternatives, which could significantly improve both download and start-up speeds (especially on mobile devices). -- 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.
