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

https://github.com/halfzebra/go-wasm-example


https://github.com/halfzebra/go-wasm-example

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Go Wasm Example

This is a minimal example of running Go in the browser.

```sh
#
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .
GOOS=js GOARCH=wasm go build -o main.wasm main.go
```