Replies: 3 comments 8 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
I haven't seen any info in these threads about how to reproduce it. I don't see why a basic example would take a full second. It doesn't help that this all is happening on Twitter where I can't view the threads without logging in either... https://jakebailey.dev/esbuild-playground/ for example does not work that slowly for esbuild. |
Beta Was this translation helpful? Give feedback.
-
For context relevant issues in Go:
Copying what I've said in a response in the go slack:
As someone who touches the Go compiler, I don't think any of this is a language issue (see tinygo), it's an implementation issue due to the go compiler having been designed to target traditional assembly, *by that I mean, unlike what I often hear, the full language is supported, making a compiler is lot of work and gopherjs is still working on generics support for example. |
Beta Was this translation helpful? Give feedback.
-
There are some concerns about Go performing poorly with WASM (e.g. here).
What are your thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions