#Very different sizes of wasm binary
1 messages · Page 1 of 1 (latest)
it contains debug information which takes up a lot of space
you can do strip to remove that
ah, I assumed release fast was stripped
thanks!
we need "time to first reply" shown in the threads, would make a good speedrun category
huh i always assumed Release build were stripped
i find it strange that it's not the case
there are plenty of usecases where you need to debug with an optimized build, and release fast never claimed to be small.
yes but wouldn't it make more sense to be a ReleaseWithDebugInfo mode?