@tailscale I am trying to run a tsnet app in the browser (wasm) but I get the following error when loading the wasm compiled go code in the browser:
tsnet: Executable not implemented for js. Do you know what may be happening here?
If I remove all the ts logic I can successfully run my code in the browser. Things fail when I incorporate the tsnet package and start my tsnet app.