Crate bevy_wasm_sys
source ·Expand description
Build mods for Bevy with Bevy.
This is the sys crate, intended to be used inside of mods.
To make a game that can use WebAssembly mods, see the sister crate bevy_wasm crate.
Modules
- ECS types
- Event functions.
send_eventandget_next_event - FFI declarations for communicating with the host.
- The plugin for your mod
- Macros used for printing to the screen
- Convenience re-exports
- Reimplementation of
bevy_time::Time. Use this instead of importingbevy_time.
Macros
- Calls
bevy_log::error!macro on the host - Calls
bevy_log::info!macro on the host - Calls
bevy_log::warn!macro on the host