Hey there, I'm trying to spin up sandboxes from cloudflare workers, and a bit worried that the @deno/sandbox npm package won't work properly (since it uses
ws
ws
and since it has a crazy long boot time on first importing the package).
I'd be happy to use the REST API, but I don't see one documented for sandboxes. Any ideas here for what I should do or workarounds?