Building a Statically Linked `wasm-opt` for Continuous Deployment

from blog cprimozic.net Blog, | ↗ original
UPDATE 2021-06-26 Binaryen, the repository that contains , actually builds for alpine/statically linked as part of its CI Pipeline. Stealing their code for that, here's a very simple script that handles building statically, no extra work required: That's it! Verifying that the generated binary is actually statically linked: Here's the...