Persistent JsRuntime Execution State
rew embeds Deno’s JsRuntime and ensures execution context is shared across calls. This allows modules, global variables, and ops to persist, so subsequent script executions can interact with previous state instead of running in isolated sandboxes.