command
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Oct 31, 2019
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
In order to compile and run the demo, do the following:
$ cp $(go env GOROOT)/misc/wasm/wasm_exec.js .
$ env GOOS=js GOARCH=wasm go build -o main.wasm
$ go get -u github.com/shurcooL/goexec
$ goexec 'http.ListenAndServe(":8080", http.FileServer(http.Dir(".")))'
Then open http://localhost:8080/ in your browser and enjoy the demo!
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.