Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 323 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 323 Bytes

Golang WASM drawing fractal trees

Draws random fractal trees on html canvas. Written in Golang WebAssembly.

Demo http://fractaltree-wasm.surge.sh/

Build command

$ SET GOOS=js SET GOARCH=wasm go build -o html/main.wasm main.go

To test locally

$ npm i -g http-server
$ cd html
$ http-server -c-1 -o