alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
{% if is_property %}
            var {{ result_var }} = bridge._impl.{{ method_pascal }};
{% else %}
            var {{ result_var }} = bridge._impl.{{ method_pascal }}({{ param_call }});
{% endif %}