https://github.com/cbuschka/go-wasm-eval
https://github.com/cbuschka/go-wasm-eval
golang wasm
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbuschka/go-wasm-eval
- Owner: cbuschka
- License: mit-0
- Created: 2024-03-03T10:33:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T10:40:39.000Z (over 1 year ago)
- Last Synced: 2025-01-16T04:23:02.058Z (9 months ago)
- Topics: golang, wasm
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Eval of wasm compiled go program
## Prerequisites
* Linux
* bash
* go installed
* GNU make installed
* python3 installed## Usage
### Build
```
make build
```### Start server
```
make serve
```### Open in browser
Point your browser to [http://localhost:9000](http://localhost:9000).
## License
[MIT-O Licencse](./license.txt)