Using Deno you can execute WASM on a server. WASM is sandboxed for the user\'s safety. From my understanding, WASM code cannot do HTTP requests or modify the DOM.
Is safe