console
$ opam install js_of_ocaml js_of_ocaml-compiler js_of_ocaml-ppx $ dune build ./main.bc.js $ node _build/default/main.bc.js hello from js
dune
(executable (name main) (libraries) (modes js) (preprocess (pps js_of_ocaml-ppx)))