Jsoo shapes
corresponding PR https://github.com/ocsigen/js_of_ocaml/pull/1594
The next release of Js_of_ocaml will be able to do some cross-module/cross-library optimization. Dune needs to be explicit about additional dependencies.
@vouillon, can you take a look ?
@hhugo As far as I understand the code, we are only reading shapes from cma files, not from cmo files. Should we use Compilation_context.dep_graphs for that?
@hhugo As far as I understand the code, we are only reading shapes from
cmafiles, not fromcmofiles. Should we useCompilation_context.dep_graphsfor that?
I've just pushed the fix.
@vouillon, can you review this again ? I've addressed your comments.
ping @vouillon
@rgrinberg, this is ready