https://github.com/tarilabs/goraffle
https://github.com/tarilabs/goraffle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarilabs/goraffle
- Owner: tarilabs
- License: agpl-3.0
- Created: 2023-10-15T19:29:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T20:27:36.000Z (over 1 year ago)
- Last Synced: 2025-02-12T04:17:03.207Z (3 months ago)
- Language: Go
- Homepage: https://tarilabs.github.io/goraffle/
- Size: 742 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Building
```
GOOS=js GOARCH=wasm go build -o build/raffle.wasm
cp $(go env GOROOT)/misc/wasm/wasm_exec.js build/
```