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

WebAssembly support #211

Closed slimsag closed 5 years ago

slimsag commented 6 years ago

This is probably very easy/straightforward to add. We can keep GopherJS support using build tags.

ghost commented 6 years ago

Pretty smarty approach too.

Can even use both together for best performance. Wasm in the web workers. Gopherjs in the main Window.

divan commented 5 years ago

What about this project - https://github.com/gowasm/vecty?

ghost commented 5 years ago

he says in his readme ( https://github.com/gowasm/vecty) that its "hopefully temporary", so he probably wants to upstream it to Vecty. Maybe worth asking him @slimsag

ghost commented 5 years ago

@slimsag @damz i just saw that there is a PR for this ! https://github.com/gopherjs/vecty/pull/215