Cap'n Proto in WASM
mikel.xyz·4h·
Discuss: Hacker News

One of the main features of Wetware is the execution of safe and distributed processes. Distribution is provided and managed natively by Wetware, while safety is achieved through isolation. Isolation is achieved by running processes as Wasm guests on a restricted Wasm runtime.

Of course, distributed applications require communication; therefore processes cannot be fully isolated. Our approach is to fully isolate the process and only allow it to access the outside world through object capabilities (ocaps); realized by Cap’n Proto. The capability security model is a natural fit for distributed executions in which…

Similar Posts

Loading similar posts...