Deno.serve(() => { .. etc. };Deno.serve(() => { .. etc. }; ... Is there a way to allow users (a la subhosting) to upload a simple script like return 4+5return 4+5 and get a response with the return value and console logs?Join the Discord to ask follow-up questions and connect with the community