alef 0.23.39

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
  constructor({{ constructor_params }}) {
    this._registrations = [];
{% for param in params %}
    this._{{ param }} = {{ param }};
{% endfor %}
  }