Y
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
mrkstu
1121 days ago
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.
link
the8472
1120 days ago
Browsers don't have TCP/UDP/etc. sockets, so a WASI impl running in one can't provide that either.
link
skybrian
1120 days ago
Possibly it could be emulated using a Wireguard bridge? A Tailscale connection might be interesting.
Something like:
https://tailscale.com/blog/ssh-console/
link
yuri91
1120 days ago
This is exactly what we do in Webvm:
https://leaningtech.com/webvm-virtual-machine-with-networkin...
link