package js_of_ocaml-ppx

  1. Overview
  2. Docs
Compiler from OCaml bytecode to Javascript

Install

Dune Dependency

Authors

Maintainers

Sources

js_of_ocaml-3.8.0.tbz
sha256=9ed1424afd3eeafa5c5a031d817326edd751da58bda9a16fb4fcb1ee55f43219
sha512=e4855e242e4b0c6b396154e3d093fb5de28e4073efb1df00ee91ad52fad8530425498f4ff46631f128a9c792225f53c2046eeaea81517281cee1e3442a347578

Description

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

Published: 22 Oct 2020

README

README.md

Js_of_ocaml (jsoo)

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.

  • It is easy to install and use as it works with an existing installation of OCaml, with no need to recompile any library.

  • It comes with bindings for a large part of the browser APIs.

  • According to our benchmarks, the generated programs runs typically faster than with the OCaml bytecode interpreter.

  • We believe this compiler will prove much easier to maintain than a retargeted OCaml compiler, as the bytecode provides a very stable API.

Requirements

See opam file for version constraints.

optional

Toplevel requirements

  • tyxml, reactiveData

  • ocp-indent: needed to support indentation in the toplevel

  • higlo: needed to support Syntax highlighting in the toplevel

  • cohttp: needed to build the toplevel webserver

Installation

Opam

opam install js_of_ocaml js_of_ocaml-compiler js_of_ocaml-ppx

Usage

Your program must first be compiled using the OCaml bytecode compiler ocamlc. JavaScript bindings are provided by the js_of_ocaml package. The syntax extension is provided by js_of_ocaml.syntax package.

ocamlfind ocamlc -package js_of_ocaml -package js_of_ocaml-ppx -linkpkg -o cubes.byte cubes.ml

Then, run the js_of_ocaml compiler to produce JavaScript code:

js_of_ocaml cubes.byte

Features

Most of the OCaml standard library is supported. However,

  • Weak semantic cannot be implemented using JavaScript. A dummy implementation is provided.

  • Most of the Sys module is not supported.

Extra libraries distributed with OCaml (such as Thread) are not supported in general. However,

  • Bigarray: bigarrays are supported using Typed Arrays

  • Num: supported

  • Str: supported

  • Graphics: partially supported using canvas (see js_of_ocaml-lwt.graphics)

  • Unix: time related functions are supported

Tail call is not optimized in general. However, mutually recursive functions are optimized:

  • self recursive functions (when the tail calls are the function itself) are compiled using a loop.

  • trampolines are used otherwise. More about tail call optimization.

Data representation differs from the usual one. Most notably, integers are 32 bits (rather than 31 bits or 63 bits), which is their natural size in JavaScript, and floats are not boxed. As a consequence, marshalling, polymorphic comparison, and hashing functions can yield results different from usual:

  • marshalling of floats is not supported (unmarshalling works);

  • the polymorphic hash function will not give the same results on datastructures containing floats;

  • these functions may be more prone to stack overflow.

Toplevel

Contents of the distribution

Filename Description
LICENSE license and copyright notice
README this file
compiler/ compiler
examples/ small examples
lib/ library for interfacing with JavaScript APIs
ppx/ ppx syntax extensions
runtime/ runtime system
toplevel/ web-based OCaml toplevel
ocamlbuild/ ocamlbuild plugin for js_of_ocaml

Dependencies (4)

  1. js_of_ocaml = version
  2. ppxlib >= "0.15.0"
  3. dune >= "2.5"
  4. ocaml >= "4.02.0"

Dev Dependencies

None

Used by (72)

  1. alba >= "0.4.1"
  2. async_js >= "v0.10.0" & < "v0.15.0"
  3. binaryen >= "0.3.0" & < "0.11.0"
  4. bls12-381-js
  5. bls12-381-js-gen
  6. catala >= "0.3.0" & < "0.7.0"
  7. chartjs
  8. chartjs-annotation
  9. chartjs-colorschemes
  10. chartjs-datalabels
  11. chartjs-streaming
  12. cohttp-lwt-jsoo = "1.2.0" | >= "2.5.0"
  13. d3 >= "0.3.0"
  14. dream >= "1.0.0~alpha5"
  15. eliom >= "6.3.0" & < "6.8.0" | >= "6.9.2"
  16. ezjs_ace
  17. ezjs_blockies
  18. ezjs_cleave
  19. ezjs_cytoscape
  20. ezjs_d3pie
  21. ezjs_fetch < "0.2"
  22. ezjs_jquery
  23. ezjs_min < "0.3.0"
  24. ezjs_odometer
  25. ezjs_push < "0.2"
  26. ezjs_qrcode
  27. ezjs_recaptcha
  28. ezjs_timeline
  29. fmlib_js < "0.5.0"
  30. github-jsoo < "3.0.1"
  31. graphql_jsoo_client
  32. incr_dom >= "v0.10.0" & < "v0.15.0"
  33. incr_dom_interactive < "v0.15.0"
  34. incr_dom_keyboard
  35. incr_dom_partial_render < "v0.15.0"
  36. incr_dom_sexp_form < "v0.15.0"
  37. incr_dom_widgets
  38. incr_select >= "v0.10.0" & < "v0.12.0"
  39. irmin-indexeddb >= "2.0"
  40. js_of_ocaml-lwt = "3.8.0"
  41. js_of_ocaml-toplevel = "3.8.0"
  42. js_of_ocaml-tyxml = "3.8.0"
  43. js_of_ocaml-webgpu
  44. js_of_ocaml-webidl
  45. jsonoo < "0.3.0"
  46. jsoo-react
  47. jsoo_broadcastchannel >= "2.0.0"
  48. jsoo_storage >= "1.0.1"
  49. kkmarkdown
  50. leaflet
  51. learn-ocaml >= "0.12"
  52. liquidsoap-js
  53. lp-glpk-js
  54. memtrace_viewer
  55. monaco_jsoo
  56. nuscr < "1.1.0"
  57. ocp_reveal
  58. opam2web >= "2.0"
  59. plotly
  60. polynomial >= "0.4.0"
  61. promise_jsoo < "0.4.2"
  62. rpclib-js
  63. scaml >= "1.5.0"
  64. spin >= "0.8.0"
  65. timedesc-tzlocal-js
  66. timmy-jsoo
  67. tyxml-lwd
  68. vg >= "0.9.0" & < "0.9.5"
  69. virtual_dom >= "v0.10.0" & < "v0.15.0"
  70. vue-jsoo < "0.3"
  71. webtest-js
  72. xtmpl = "0.17.0"

Conflicts

None