We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2038a0a commit 8354e23Copy full SHA for 8354e23
examples/separate_compilation/dune
@@ -29,6 +29,8 @@
29
(action
30
(run
31
%{bin:js_of_ocaml}
32
+ --load-shape
33
+ %{dep:stdlib.cma.js}
34
--pretty
35
--source-map
36
%{dep:lib1.cma}
@@ -40,6 +42,8 @@
40
42
41
43
44
45
46
47
48
49
%{dep:module1.cmo}
@@ -51,6 +55,12 @@
51
55
52
56
53
57
58
59
60
61
+ %{dep:lib1.cma.js}
62
63
+ %{dep:module1.js}
54
64
65
66
%{dep:module2.cmo}
@@ -73,6 +83,8 @@
73
83
74
84
75
85
86
87
76
88
77
89
78
90
%{lib:stdlib:std_exit.cmo}
0 commit comments