# go-webassembly-canvas **Repository Path**: quanee/go-webassembly-canvas ## Basic Information - **Project Name**: go-webassembly-canvas - **Description**: Writing a very simple canvas toy with WebAssembly and Go - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-20 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-webassembly-canvas Writing a very simple canvas toy with WebAssembly and Go ### Development 1. build wasm ``` bash GOARCH=wasm GOOS=js go build -o ./wasm/lib.wasm main.go ``` 2. start http server ``` bash go run server.go ``` 3. visit http://localhost:4200 ![./images/demo.jpg](./images/demo.jpg)