atdiar / particleui

A library to make frontend app development as simple as possible.
0 stars 0 forks source link

Add TinyGo support #19

Closed atdiar closed 6 months ago

atdiar commented 10 months ago

It would be good if the web projects could be compiled using other compilers such as tinyGo.

So far, gopherJS has been tried and it compiled fine. The performance profile and build size was similar to the wasm output froom the default go compilation.

Also, might be interesting to see if it's possible to remove debug information when compiling to see how it may affect overall size.

atdiar commented 6 months ago

Remains to test it out but otherwise, ihe option has been added to the build tool. Premptively closing. If it doesn't work, we can reopen.