This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
A. H. Zakai
kripken.com
did:plc:ehkdfostlczd3rj6dl3cl7bs
re: "why is TypeScript porting the compiler to Go?", one concern people bring up is that tsc is useful as a plugin but Go's wasm performance is limited atm.
That is mostly fixable. Go could emit fully structured code, use JSPI for goroutine switching, and be much faster. Details in link.
https://github.com/golang/go/issues/43033#issuecomment-1294457711
2025-03-11T23:54:12.756Z