winterjs
winterjs copied to clipboard
Security Model
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/ ?
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.