An open API service indexing awesome lists of open source software.

https://github.com/joegasewicz/wasm-go-starter

Starter template for running GO WASM in your browser
https://github.com/joegasewicz/wasm-go-starter

go golang webassembly

Last synced: 6 months ago
JSON representation

Starter template for running GO WASM in your browser

Awesome Lists containing this project

README

          

# WASM Go Starter
Starter template for GO WASM

## Build
```bash
make build
```

## Run Server
```bash
make run
```