package js_of_ocaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

js_of_ocaml-3.6.0.tbz
sha256=51eaa89c83ef3168ef270bf7997cbc35a747936d3f51aa6fac58fb0323b4cbb0
sha512=a2171a2583e9a1be6b4a87c9958aa2b4936b1f19030f09d787c4824d04db864773dd1da10d0dd56822f279309c8217093552b94e2e93c8b01eba5f432afc7718

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: 27 Apr 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 (6)

  1. js_of_ocaml-compiler = version
  2. uchar
  3. ppx_tools_versioned >= "5.2.3"
  4. ocaml-migrate-parsetree >= "1.4" & < "2.0.0"
  5. dune >= "2.5"
  6. ocaml >= "4.02.0"

Dev Dependencies

None

Used by (82)

  1. alba >= "0.4.1"
  2. async_js >= "v0.13.0" & < "v0.15.0"
  3. binaryen >= "0.3.0" & < "0.11.0"
  4. brr-lwd
  5. chartjs
  6. chartjs-annotation
  7. chartjs-colorschemes
  8. chartjs-datalabels
  9. chartjs-streaming
  10. cohttp-lwt-jsoo >= "2.5.0"
  11. coinst
  12. cordova
  13. cordova-plugin-background-mode
  14. cordova-plugin-battery-status
  15. cordova-plugin-local-notifications
  16. cordova-plugin-sim-card
  17. dream >= "1.0.0~alpha5"
  18. eliom = "6.3.0" | >= "6.5.0" & < "6.8.0" | >= "6.9.2"
  19. eris
  20. ezjs_ace
  21. ezjs_blockies
  22. ezjs_cleave
  23. ezjs_d3pie
  24. ezjs_fetch < "0.2"
  25. ezjs_min < "0.2"
  26. ezjs_odometer
  27. ezjs_push < "0.2"
  28. ezjs_qrcode
  29. ezjs_recaptcha
  30. ezjs_timeline
  31. gen_js_api < "1.0.7"
  32. github-jsoo < "4.0.0"
  33. hardcaml = "1.2.0"
  34. hardcaml-examples >= "0.3.0"
  35. hardcaml-framework
  36. incr_dom < "v0.15.0"
  37. incr_dom_interactive < "v0.15.0"
  38. incr_dom_keyboard
  39. incr_dom_partial_render < "v0.15.0"
  40. incr_dom_sexp_form < "v0.15.0"
  41. incr_dom_widgets
  42. integers_stubs_js
  43. iocamljs-kernel = "0.4.5"
  44. irmin-indexeddb >= "2.0"
  45. joolog
  46. js_of_ocaml-lwt = "3.6.0"
  47. js_of_ocaml-ppx = "3.6.0"
  48. js_of_ocaml-ppx_deriving_json = "3.6.0"
  49. js_of_ocaml-toplevel = "3.6.0"
  50. js_of_ocaml-tyxml = "3.6.0"
  51. js_of_ocaml-webgpu
  52. js_of_ocaml-webidl
  53. json-data-encoding-browser
  54. jsonoo
  55. jsoo_broadcastchannel >= "2.0.0"
  56. jsoo_storage >= "1.0.1"
  57. kkmarkdown
  58. leaflet
  59. learn-ocaml >= "0.12"
  60. liquidsoap-js
  61. lp-glpk-js
  62. nanoid
  63. node_of_ocaml
  64. nuscr < "1.1.0"
  65. ocaml-gist
  66. ocp_reveal
  67. ocplib-json-typed-browser
  68. ocsigen-start >= "1.7.0" & != "2.15.1" & < "2.16.0"
  69. ocsigen-toolkit >= "2.13.0" & < "3.2.0"
  70. plotly
  71. polynomial >= "0.4.0"
  72. ppx_jsobject_conv >= "0.6.0" & < "0.9.0"
  73. promise_jsoo
  74. rpclib-js
  75. spin >= "0.8.0"
  76. tezt >= "3.1.0"
  77. timmy-jsoo
  78. tyxml-lwd
  79. vg = "0.9.4"
  80. virtual_dom < "v0.15.0"
  81. webtest-js
  82. wikitext

Conflicts

None