alef 0.23.35

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
{{ attrs }}#[wasm_bindgen{{ js_name_attr }}]
pub fn {{ method_name }}({{ params }}) -> {{ return_annotation }} {
    {{ body }}
}