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

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