Kai O'Reilly

Results 459 comments of Kai O'Reilly

We could also look into things like wasm-opt and https://github.com/gopherjs/gopherjs to reduce web binary sizes.

Yep, I have used go-app before and our web loading mechanism is based on theirs. I definitely want to reduce binary sizes and loading times and improve SEO support, as...

I think it is unlikely that they will be receptive to this issue given that they already discussed it a lot in the issue I linked above and other issues,...

We are only talking about using tinygo for wasm. Go already does not support multicore on wasm, and neither does tinygo, so using tinygo should have no impact on that....

I tried again to implement tinygo support, and I was able to get the basic example building after changing various things and commenting out all of the icons. It was...

Yes, we are definitely still planning to support tinygo at some point once these issues are resolved, it is in a better state, and we have more time. I am...

We are now considering gopherjs to be the better solution for this. This is because tinygo only gives marginal binary size gains when compressed, whereas gopherjs appears to give 3x...

Another reason to use gopherjs is that it has much faster compile times than tinygo, and it can be installed directly using Go on any platform; it is much more...

Yep, I had looked at that go-app PR when I was using go-app. We already use `js` for the build tags (because I remembered that PR), so once we get...

Yes, I know that we can get an old version of Go, but we need the features added in recent versions of Go, so we need to add support for...