diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-01-09 11:35:40 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-01-09 11:35:40 +0100 |
commit | 329b774e315b41bc0d5b7daf8737222768c8d1f3 (patch) | |
tree | 94464c12dfa48d5fdb1508b9e8a115b4596d0e34 /script.it/dune | |
parent | c734c1b30fd1c58a0d42020859be31d89b92bcd0 (diff) |
Formalized exchanges between worker and app
Diffstat (limited to 'script.it/dune')
-rwxr-xr-x | script.it/dune | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script.it/dune b/script.it/dune index 84b91f6..c51c43b 100755 --- a/script.it/dune +++ b/script.it/dune @@ -7,6 +7,7 @@ elements blog layer + worker_messages ) (modes js) (modules script state selection) @@ -27,6 +28,7 @@ js_of_ocaml shapes path + worker_messages ) (modes js) (preprocess (pps ppx_hash js_of_ocaml-ppx)) |