Y
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
tschneidereit
2646 days ago
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 :)
link
writepub
2646 days ago
Will this be backwards compatible with existing libc?
link
sunfish
2646 days ago
This tutorial gives an overview of how compatibility with existing portable C code works:
https://github.com/CraneStation/wasmtime-wasi/blob/wasi/docs...
link