README.md

July 19, 2019 ยท View on GitHub

A minimalistic cli to create and run (with hot reload) Go application targeting WASM

Installation

$ npm i -g go-wasm-cli

Creating an app

$ go-wasm create my-app

Running the app

$ cd my-app
$ go-wasm start

Contents

  1. 1Installation
  2. 2Creating an app
  3. 3Running the app