hexops / vecty

Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
BSD 3-Clause "New" or "Revised" License
2.8k stars 143 forks source link

README: correct bundle sizes (`ls -s` output is bytes not kilobytes) #242

Closed slimsag closed 5 years ago

slimsag commented 5 years ago

In my rushed attempt to merge WebAssembly support and get an announcement out at 2am last night, my sleep-deprived brain incorrectly parsed the output of ls -s in bytes and not kilobytes as is correctly stated in man ls. 🤦‍♂ 🤦‍♀

I do believe we can get much smaller bundle sizes, particularly once we have TInyGo support but it definitely wasn't my goal to mislead everyone here & in the announcement posts.

Apologies for the confusion and to everyone I have misled with this mistake!