war3parser_wasm/lib.rs
//! WASM bindings for war3parser
//!
//! [](https://www.npmjs.com/package/@wesleyel/war3parser)
//!
//! This crate is used to create WASM bindings for the war3parser crate.
//!
//! Prebuilt wasm files are available in [@wesleyel/war3parser](https://www.npmjs.com/package/@wesleyel/war3parser)
pub mod mapinfo;
pub mod types;
#[doc(inline)]
pub use mapinfo::WasmMapInfo;
#[doc(inline)]
pub use types::{wasm_image::WasmImage, wasm_w3i::WasmW3i};