alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
/// Call the `{{ ep_method }}` entrypoint on the inner service.
{% if doc %}
///
{{ doc }}
{% endif %}
#[napi(js_name = "{{ js_name }}")]
pub {{ async_kw }}fn {{ ep_method }}({{ param_sig }}) -> napi::Result<{{ return_ty }}> {