go-wasm-cli

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

Usage no npm install needed!

<script type="module">
  import goWasmCli from 'https://cdn.skypack.dev/go-wasm-cli';
</script>

README

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

Installation

You need watchman to be installed to use this library.

$ npm i -g go-wasm-cli

Creating an app

$ go-wasm create my-app

Running the app

$ cd my-app
$ go-wasm start