Replies: 2 comments 1 reply
-
In meantime, I've found another solution for running a bubbletea application in a browser by compiling it using i386 arch and running it in v86. Here's an example: https://kalibrate.app/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
@cwarden I build a POC of which changes would be necessary to get Bubbletea working in the browser via WASM and the stock golang compiler |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[Migrated from Charm Slack Workspace]
It would be nice to be able to run bubbletea applications in a browser.
tinygo supports targeting WASI, but there are some terminal dependencies that don't work.
hackpad.org is a slightly different approach, but trying to build a simple application, e.g. https://github.com/charmbracelet/bubbletea/blob/master/examples/simple/main.go, illustrates some of the same issues that need to be addressed.
If anyone wants to work on this, I can contribute toward a bounty.
Beta Was this translation helpful? Give feedback.
All reactions