Expand description
Mod Bevy games with WebAssembly
See examples/cubes for a comprehensive example of how to use this.
For building mods, see the sister crate bevy_wasm_sys.
Modules
- Components
- Add this plugin to your Bevy app to enable WASM-based modding
- Convinience exports
Traits
- Any data type that can be used as a Host <-> Mod message
- Any data type that can be used as a shared resource from Host to Mod