progrium / env86

Embeddable v86 virtual machines
MIT License
33 stars 0 forks source link

cgo blocking release #1

Open progrium opened 3 months ago

progrium commented 3 months ago

Ideally we can use Go's cross-compile to build release binaries, but toolkit-go/desktop uses CGO. So this might be blocked until both darwinkit and toolkit-go/desktop switch to using purego for working with external C libraries.