Hacker News new | ask | show | jobs
by kentonv 251 days ago
You may be interested in the Dynamic Worker Loader API, which lets you set up isolate-based sandboxes (instead of containers) and gives you extremely fine-grained, object-capability-based control over permissions.

It was announced as part of the code mode blog post:

https://blog.cloudflare.com/code-mode/

API docs: https://developers.cloudflare.com/workers/runtime-apis/bindi...