wasmerio / winterjs

Winter is coming... ❄️
https://winterjs.org/
MIT License
3.05k stars 53 forks source link

Security Model #21

Open ming535 opened 1 year ago

ming535 commented 1 year ago

Hi, winterjs seems like an alternative to cloudflare worker. Is there any docs or description on the security model similar to this https://developers.cloudflare.com/workers/learning/security-model/ ?

Arshia001 commented 1 year ago

Hi @ming535!

WinterJS was designed with the ultimate goal of being compiled to WASIX and running in a web assembly sandbox. Web assembly already provides very strong sandboxing capabilities, so WinterJS does not provide any additional sandboxing of its own.