//! This crate provides the shared code between the bevy_wasm and bevy_wasm_sys.
//!//! Use this for your protocol crate.
#![deny(missing_docs)]pubmodversion;/// Convenience re-exports
pubmodprelude{pubusecrate::version;pubusecrate::version::Version;}