Hacker News new | ask | show | jobs
Spy – a static Python to WASM compiler (twitter.com)
2 points by prollyjethi 1062 days ago
2 comments

Really hoping for something that can output static ELFs for amd64, 32- and 64-bit RISC-V, as well as AArch64. WASM is not always an ideal architecture.

Python is notoriously "impossible" to build static programs for. There's always a shared object somewhere ruining everything.