Skip to content

Comment on Show HN: A code editor that integrates into the browser

Comments

This is cool, I worked on something similar sort of thing over the winter, more focused on a local-first leetcode/coderpad, with a way to execute code in the browser using WebAssembly, and a way to share code over WebRTC

https://codenow-mu.vercel.app/problems/0001-fizzbuzz

That's pretty slick! I've avoided digging into project management and code execution so far in order to keep the scope manageable.

What does the process for adding support for additional wasm-capable languages look like?

It's a pretty big lift. Python was somewhat easy with pyodide, but I couldn't get Java to work locally. There's a company called CheerpJ that can do it over an API though.

https://pyodide.org/en/stable/ https://cheerpj.com/

I think if I was going to look into code execution in Tachi Code, it’d probably as part of a transformation into some sort of remote development experience rather than pursue wasm and all its complexities.

Looks great!

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.