File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,11 @@ Js_of_ocaml is composed of multiple packages:
3030
3131## Requirements
3232
33- See
33+ See the
3434[ opam] ( https://github.com/ocsigen/js_of_ocaml/blob/master/js_of_ocaml-compiler.opam )
35- file for version constraints.
35+ files for version constraints.
36+
37+ wasm_of_ocaml-compiler additionally depends on a system installation of binaryen (version 119 or later)
3638
3739## Supported engines
3840
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ The compiler is provided by the wasm_of_ocaml-compiler package. The <<a_manual c
1212The easiest way to install wasm_of_ocaml is to use opam.
1313{{{opam install wasm_of_ocaml-compiler js_of_ocaml js_of_ocaml-ppx js_of_ocaml-lwt }}}
1414
15+ Binaryen version 119 or later is required. The opam command above will
16+ install it automatically if needed.
17+
1518== Usage ==
1619
1720Your program must first be compiled using the OCaml bytecode compiler
You can’t perform that action at this time.
0 commit comments