repositorypackage
0.0.2
Repository: https://github.com/hulkholden/gowebgpu.git
Documentation: pkg.go.dev
# README
gowebgpu
An experiment with Go + WASM + WebGPU
Local Testing
Natively:
bazel run :gowebgpu -- --port=9090
With docker:
bazel build //:gowebgpu_tarball
docker load --input $(bazel cquery --output=files //:gowebgpu_tarball)
docker run --rm -p 9090:80 gowebgpu:latest