tractordev / wanix

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

Make spawn run build when trying to run a directory path #88

Closed Parzival-3141 closed 5 months ago

Parzival-3141 commented 5 months ago

When attempting to execute a program, if it's a source directory containing Go files, run it through the Build tool and cache the resulting binary in /sys/bin. This should happen at the kernel level instead of the shell.

Related #66 #69