Spy – a static Python to WASM compiler(twitter.com)
twitter.com
Spy – a static Python to WASM compiler
https://twitter.com/__ted__/status/1681359703350333441
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.
Python is notoriously "impossible" to build static programs for. There's always a shared object somewhere ruining everything.
Repo - https://github.com/spylang/spy