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

https://github.com/cbuschka/go-wasm-eval


https://github.com/cbuschka/go-wasm-eval

golang wasm

Last synced: 7 months ago
JSON representation

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)