Crate bevy_wasm

Source
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
Components
plugin
Add this plugin to your Bevy app to enable WASM-based modding
prelude
Convinience exports

Traits§

Message
Any data type that can be used as a Host <-> Mod message
SharedResource
Any data type that can be used as a shared resource from Host to Mod