Skip to content

Virgil-N/gowasm-experiments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go 1.11 webassembly experiments

getting go1.11

install latest go 1.11 https://golang.org/dl/

Building and running

$ cd {proj} # sub folder (i.e. bouncy, rainbow-mouse)
$ go get -v # ignore the js warning
$ ./build.sh
$ caddy

Serve with caddy or anything else that is able to set the mimetype 'application/wasm' for .wasm files

About

go1.11 webassembly experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.0%
  • Go 3.0%
  • Other 1.0%