I’m pleased to announce the release of js_of_ocaml 5.7. It should soon be available in opam.
Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it
possible to run pure OCaml programs in JavaScript environment like browsers and
Node.js.
Most significant changes:
- Support for OCaml 5.2.0~alpha1
- No longer rely on IIFE for scoping variable inside loops.
See the Changelog for other changes.