gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
75.94k stars 7.54k forks source link

Consider compressing the wasm files #12842

Open bep opened 2 months ago

bep commented 2 months ago

See https://github.com/gen2brain/webp/blob/c743205968f4c8e7a9e1313ab475f4541ff5adcd/webp_wazero.go#L342

bep commented 2 months ago

A note to self,

The wasm files seems to compress by a factor of about 3, so the QuickJS WASM file goes from 1.5MB to 500KB. I do however suspect that the Go compiler/builder is smart about this, so I need to test if the binary gets any smaller by doing this.