git clone https://github.com/codeation/canvas.git
cd canvas
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .
GOOS=js GOARCH=wasm go build -o main.wasm ./cmd/
go run ./examples/wasm
To see results, open http://localhost:8080/ in you browser. Please, try with Brave or Chrome browser.
Project State
Notes
The performance of the browser will not be enough for the regular use.
This project is still in the early stages of development and is not yet in a usable state.
The project tested on Debian 11.7 with Brave browser (Version 1.51.114 Chromium: 113.0.5672.92).