logoalt Hacker News

zarzavatlast Sunday at 11:42 AM2 repliesview on HN

Indeed as much I dislike the approach Bun took, at least the port appears to be working. TS7 is going to cause problems for downstream users because Go is the wrong language to use for something that has to run in WASM.


Replies

niccelast Sunday at 12:46 PM

> TS7 is going to cause problems for downstream users because Go is the wrong language to use for something that has to run in WASM.

Is there a huge need to run that typechecking on browsers?

show 4 replies
norman784yesterday at 7:37 AM

Didn't WASM got a GC proposal that Go and other managed languages can use it? So it might be an issue in most browsers right now, but soon it might not.