tractordev / wanix

Experimental, local-first, web-native, Unix-like development environment
https://wanix.sh
MIT License
225 stars 11 forks source link

Build rework #54

Closed Parzival-3141 closed 9 months ago

Parzival-3141 commented 9 months ago

Closes #5

Implements a build tool which can compile and link single file go programs. Good enough for making small Wanix apps. The tool embeds a zip file (33MB) containing precompiled binaries for the standard library for each target. This PR doesn't include this file, as I don't want to pollute the repo until we are certain how we want to bundle it.

Fixes a file offset write bug in indexedfs as well.