👨💻 Axel
Going to try a new type of project. I've been doing some reading on how self-updates work in long-running processes, and want to try that with Zig. i.e. receive the byte code for a function over the network and live patch yourself.
👨💻 Axel
Yeah, I'll have to implement some sort of code signing functionality to make sure only I can push code :) that's a good call though! It brings up more interesting problems like how do I revoke certificates, etc