| ▲ | shikon7 13 hours ago | |
Because you can wrap Go binaries in Python wheels, but not yet Python wheels in Go binaries | ||
| ▲ | hebelehubele an hour ago | parent [-] | |
You can embed a whole dir using //go:embed, also python exe for all architectures, then extract & run it at runtime. Python via WASI is also possible. | ||