alef 0.23.15

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
#[derive(Clone)]
#[wasm_bindgen]
pub struct {{ struct_name }} {
    pub(crate) inner: {% if has_mut_methods %}Arc<std::sync::Mutex<{{ core_path }}>>{% else %}Arc<{{ core_path }}>{% endif %},
}