cargo-wasm 0.4.1

Make developing a wasm project in Rust easy
1
2
3
4
//! Asset files to be included in the final creation

pub const INDEX_HTML: &str = include_str!("../assets/index.html");
pub const LIB_RS:     &str = include_str!("../assets/lib.rs");