Binding to the WeakMap
API using gen_js_api
This labrary allow yu to create and use WeakMaps
object into your
ocaml app.
Binding to the WeakMap plugin using gen_js_api.
See the WeakMap official developer documentation for more details about those objects.
You can use opam by pining the repository with:
opam pin add weakmap https://github.com/besport/ocaml-weakmap
to compile your project, use:
dune build @install
Finally, install the "weak_map" plugin with
cordova plugin add weakmap
[TODO]