david-vanderson / dvui

Other
409 stars 33 forks source link

What is the file size after packaging? #116

Closed qcjxberin closed 1 month ago

qcjxberin commented 1 month ago

What is the file size after packaging?

david-vanderson commented 1 month ago

Not sure exactly what you are looking for. The size of the dvui dependency .tar.gz is around 2.5M.

Some statically compiled examples (compiled on osx): web-test.wasm 10M sdl-standalone 20M raylib-standalone 12M

Does that answer your question?

david-vanderson commented 1 month ago

Forgot - those numbers are for debug builds. For ReleaseFast: web-test.wasm 6.3M sdl-standalone 5.3M raylib-standalone 4.5M