tractordev / wanix

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

Build packages, temporary directory, and other fixes #93

Closed Parzival-3141 closed 8 months ago

Parzival-3141 commented 8 months ago

Closes #72 Closes #87 Closes #65 Closes #55

Implements build building whole packages from source instead of just a single file. Implements /sys/tmp as a memfs. Updated temp dir usage in build and exportapp.

I also added imports to build-pkgs for building shell from source as a prerequisite to #89.

Includes misc. fixes for build-pkgs and shell as well.

progrium commented 8 months ago

Solid work!