Comment on Lunatic is an Erlang-inspired runtime for WebAssemblyparentComments−titzer3yI'm curious about this part:This allows it to decide on a per process basis what syscalls are going to be forwarded to the operating systems.1. Which system calls are being referred to here?2. Does Lunatic follow WASI's capability-based filesystem access?−bkolobara3y1. You can limit almost anything, file system usage (fopen, write, ...), networking i/o, how much memory can be used, message sending, the capability of spawning child processes, etc.2. Yes
Comments
I'm curious about this part:
1. Which system calls are being referred to here?
2. Does Lunatic follow WASI's capability-based filesystem access?
1. You can limit almost anything, file system usage (fopen, write, ...), networking i/o, how much memory can be used, message sending, the capability of spawning child processes, etc.
2. Yes