emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.83k stars 3.31k forks source link

WasmFS code size #16005

Open tlively opened 2 years ago

tlively commented 2 years ago

Tracking issue for optimizing WasmFS code size. To the extent possible, WasmFS should be pay-as-you-go and should definitely have better code size than the previous system.

kripken commented 2 years ago

Until we optimize for code size various code size checks will not pass (since WasmFS adds enough code by default to break the test assumptions). I'll link those tests to here, so that we can get back to them later.