bevy-wasm-webgpu
Installation
SKILL.md
Bevy 0.19 — browser WASM
When to use this skill
- Build a Bevy client for
wasm32-unknown-unknown. - Choose the broadly compatible WebGL2 path or WebGPU path.
- Generate JS bindings, serve assets, and reduce artifact size.
- Diagnose missing canvas, insecure-context, codec, or asset-path failures.
Canonical manifest
[package]
name = "myclient"
version = "0.1.0"
edition = "2024"