alef 0.25.40

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
{{ attrs }}#[wasm_bindgen{{ js_name_attr }}]
pub {% if is_async %}async {% endif %}fn {{ method_name }}(&self{% if params %}, {{ params }}{% endif %}) -> {{ return_annotation }} {
    {{ body }}
}