Awesome
A minimalistic cli to create and run (with hot reload) Go application targeting WASM
<p align="center"> <img src="./presentation.gif"> </p>Installation
$ npm i -g go-wasm-cli
Creating an app
$ go-wasm create my-app
Running the app
$ cd my-app
$ go-wasm start