Hacker News new | ask | show | jobs
by pspeter3 2646 days ago
How much of the Fuscia model apply to Web Assembly? It seems like they could share similar security models
1 comments

We've mainly based the current design on CloudABI/Capsicum, but it's all early days, and Fuchsia is on our list of systems to at the very least take heavy inspiration from :)
Will this be backwards compatible with existing libc?
This tutorial gives an overview of how compatibility with existing portable C code works:

https://github.com/CraneStation/wasmtime-wasi/blob/wasi/docs...