issues
search
expenses
/
mateversum
Mateversum is a peer-to-peer WebXR metaverse project. Binary: https://github.com/expenses/mateversum-web
https://expenses.github.io/mateversum-web
MIT License
24
stars
1
forks
source link
Wasm size tracking issue
#19
Open
expenses
opened
2 years ago
expenses
commented
2 years ago
Jpeg and png loading takes up a fair bit
Naga parsing of SPIR-V takes us a fair bit
ZSTD_compress*
functions are included in the wasm because we're not doing LTO with C++ code by default.
Embedding the default fonts for egui takes up about 2mb:
https://github.com/emilk/egui/tree/master/epaint/fonts
.
ZSTD_compress*
functions are included in the wasm because we're not doing LTO with C++ code by default.