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

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