Weird question Is it possible to run

Weird question: Is it possible to run arbitrary external code from within a durable object? Like if wanted to give users their own durable objects and expose an interface for their to iterate over rows and run JS over them, but not let them write, delete, etc.
Was this page helpful?