bevy_wasm_sys 0.10.1

Import into your wasm scripts. Use with the bevy_wasm crate.
Documentation
1
2
3
4
5
6
7
8
//! ECS types

pub mod extern_res;

/// Convenience re-exports
pub mod prelude {
    pub use super::extern_res::prelude::*;
}