Y
Hacker News
new
|
ask
|
show
|
jobs
by
shikon7
35 days ago
Because you can wrap Go binaries in Python wheels, but not yet Python wheels in Go binaries
1 comments
hebelehubele
34 days ago
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.
link