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
- Host: GitHub
- URL: https://github.com/joegasewicz/wasm-go-starter
- Owner: joegasewicz
- Created: 2022-04-09T19:09:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T19:12:46.000Z (over 3 years ago)
- Last Synced: 2025-02-10T14:53:20.966Z (8 months ago)
- Topics: go, golang, webassembly
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WASM Go Starter
Starter template for GO WASM## Build
```bash
make build
```## Run Server
```bash
make run
```