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
ECS types
events
Event functions. send_event and get_next_event
ffi
FFI declarations for communicating with the host.
ffi_plugin
The plugin for your mod
macros
Macros used for printing to the screen
prelude
Convenience re-exports
time
Reimplementation of bevy_time::Time. Use this instead of importing bevy_time.

Macros§

error
Calls bevy_log::error! macro on the host
info
Calls bevy_log::info! macro on the host
warn
Calls bevy_log::warn! macro on the host