superfly / fly.rs

Fly Edge Application runtime.
https://fly.io
MIT License
39 stars 7 forks source link

Allow JS to exit the process with a code #45

Closed michaeldwan closed 5 years ago

michaeldwan commented 5 years ago

Depends on #44

michaeldwan commented 5 years ago

@jeromegn I implemented a simple permissions struct on runtime that lets us secure operations independent of the handler. allow_os is the first one and only enabled in the test binary right now.