[ANN] Js_of_ocaml 5.7

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.

11 Likes

Js_of_ocaml 5.7.1 has been released today.

It fixes a mis-compilation bug introduced in the last release.

As always, see the Changelog for other changes.

4 Likes

Js_of_ocaml 5.7.2 was released recently. It adds missing primitives required by OCaml 5.2.0~beta

6 Likes