Skip to content

olivewind/go-webassembly-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-webassembly-canvas

Writing a very simple canvas toy with WebAssembly and Go

Development

  1. build wasm

    GOARCH=wasm GOOS=js go build -o ./wasm/lib.wasm main.go
  2. start http server

    go run server.go 
  3. visit http://localhost:4200 ./images/demo.jpg

About

Writing a very simple canvas toy with WebAssembly and Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published