logoalt Hacker News

syrusakbaryyesterday at 10:47 PM2 repliesview on HN

I've set up an online demo using Wasmer for local execution, so everyone can try easily! (try typing `cowsay hello`):

https://ghostty-web.wasmer.app/

How to try it locally:

  npx @ghostty-web/demo@next # The preferred way
  # OR 
  wasmer run wasmer/ghostty-web

  -> Go to http://localhost:8080/
Source code: https://github.com/wasmerio/webassembly.sh (updated from xterm into ghostty-web without any issue!)

Replies

VikingCodertoday at 12:01 AM

Just fyi, I get no output from "cowsay hello" or "ls", and I see a bunch of errors in the Chrome JS debugger.

show 1 reply
kylecarbsyesterday at 10:53 PM

This is awesome, thank you!