Categorygithub.com/mgnsk/go-wasm-demos
repository
0.0.0-20230419162310-0b38cba78271
Repository: https://github.com/mgnsk/go-wasm-demos.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Go WASM demos

WASM apps

  • audiotrack - Multi-worker audio FX chain using wrpc pipes.
  • benchmark - Byte throughput benchmark for WebWorker chains.
  • cube - 3D rotating cube using webgl. Use WASD and arrow keys to navigate.
  • streaming - Unix-y text processing on wrpc pipes.
  • triangle - 2D triangle using webgl.

direnv is required to load the environment. Install tusk to run tasks. To get started, run:

  • $ tusk generate
  • $ tusk build
  • $ tusk serve