go_wasm_calc

command module
v0.0.0-...-fda30ac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2019 License: MIT Imports: 2 Imported by: 0

README

go_wasm_calc

The calculator web app written in WebAssembly. (built by Golang)

Demo

demo33

Requirement

$ go get -u github.com/shurcooL/goexec

Build

Windows
$ set GOOS=js 
$ set GOARCH=wasm
$ go build -o main.wasm
Linux
$ GOOS=js GOARCH=wasm go build -o main.wasm

Run

$ goexec 'http.ListenAndServe(":8080", http.FileServer(http.Dir(".")))'

License

MIT

Author

@adsholoko

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL