Hacker News new | ask | show | jobs
by dynamitebud 1121 days ago
That'll be added using the @wasmer/wasi npm package. We'll be updating that soon
1 comments

So could one use this to run a fully socket capable Jupyter notebook? There are some infosec dashboards I would like to build, but not having the ability to actually run socket capable code killed the interesting aspect of doing it in the browser.
Browsers don't have TCP/UDP/etc. sockets, so a WASI impl running in one can't provide that either.
Possibly it could be emulated using a Wireguard bridge? A Tailscale connection might be interesting.

Something like: https://tailscale.com/blog/ssh-console/