alef 0.68.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
#[wasm_bindgen(setter{{ js_name_attr }})]
pub fn set_{{ field_name }}(&mut self, value: {{ param_type }}) {
    {{ assign_expr }}
}