mfrachet / go-wasm-cli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%