alef 0.81.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
#[wasm_bindgen(typescript_custom_section)]
const {{ const_name }}: &'static str = r#"
{{ ts_body }}
"#;