1pub mod args_options; 2pub mod functions; 3pub mod types; 4 5pub const BUILD_OUTPUT_DIR: &str = "target/wasm32-unknown-unknown/release";