js_of_ocaml icon indicating copy to clipboard operation
js_of_ocaml copied to clipboard

Compiler from OCaml to Javascript.

Results 159 js_of_ocaml issues
Sort by recently updated
recently updated
newest added

The code gen needs to be modified to accommodate scoping rules of const and let

enhancement

**Is your feature request related to a problem? Please describe.** In the build system for my project, I generate a couple different versions of the .byte files, and then pick...

enhancement

**Describe the bug** `js_of_ocaml` is very cool! I use it on CI to generate a webpage. However, I cannot use it on the new GitHub Actions arm64 MacOS boxes, which...

bug

This improves the efficiency of sourcemap processing, chiefly during linking, but also in serializing and deserializing sourcemaps. Currently, when linking with source maps enabled, js_of_ocaml will decode the source maps...

**Describe the bug** I have tests in my code using [ppx_expect](https://github.com/janestreet/ppx_expect). The string of these tests can be found in the generated `.bc.js` file from JSOO **Expected behavior** That this...

bug
blocked

This requires some fixes in dune...

blocked