#Run javascript sandboxed
6 messages · Page 1 of 1 (latest)
There is no way to do this except to run a (very hacky, likely quite slow, and feature-limited) WASM JS runtime like QuickJS. The closest you'll get to dynamically running code is Workers for Platforms (Workers that can be quickly deployed and executed via an API).
I see. Is it safe to assume that Workers for Platforms is a paid feature?
Correct, yeah.
Well thanks for the response. Does this server have a command to mark threads as solved?