Wasm Builders 🧱

Discussion on: Compiling Javascript to wasm

Collapse
 
spookyvision profile image
Anatol Ulrich

this is super exciting stuff - any idea why wasm-opt can hardly shave off anything in terms of size? (getting 992k vs. 982k for a very simple js file, essentially just a bit of math and console.log)

Collapse
 
cosmin_s profile image
Cosmin S

probably because of the bundled runtime (which includes a gc)