Skip to content

sikang99/golang-wasm-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-wasm-example

Modified version of Chyroc/golang-wasm-example to build with the new go compiler of golang1.11.beta3.

download source

$ go get github.com/sikang99/golang-wasm-example

build wasm and server

$ make 
usage: make [clean|build|run]
$ make clean
$ make build
$ make run

Type the following url on your browser, http://127.0.0.1:8080

Contents

About

Modified version of go-wasm-example to build with golang1.11beta3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 48.1%
  • JavaScript 41.8%
  • HTML 6.5%
  • Makefile 2.3%
  • Shell 1.3%