256lights / zb

An experiment in hermetic, reproducible build systems
MIT License
310 stars 5 forks source link

Remove cgo dependency #28

Open zombiezen opened 2 months ago

zombiezen commented 2 months ago

Using cgo on Windows makes the install instructions more complex than I'd like. I'd like to use the modernc transpiler to convert my vendored Lua to pure Go.