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 b31a3af commit 1e6911dCopy full SHA for 1e6911d
dune
@@ -4,7 +4,10 @@
4
(:standard -w +a-4-40-41-42-44-48-58-66-70))
5
(binaries
6
(tools/node_wrapper.exe as node)
7
- (tools/node_wrapper.exe as node.exe)))
+ (tools/node_wrapper.exe as node.exe))
8
+ (wasm_of_ocaml
9
+ (flags
10
+ (:standard --enable use-js-string))))
11
(with-effects
12
(js_of_ocaml
13
(compilation_mode separate)
tools/ci_setup.ml
@@ -32,6 +32,9 @@ let dune_workspace =
32
(_
33
(env-vars (TESTING_FRAMEWORK inline-test))
34
(js_of_ocaml (enabled_if false))
35
36
37
+ (:standard --enable use-js-string)))
38
(flags :standard -warn-error -8-32-34-49-52-55 -w -67-69)))
39
|}
40
0 commit comments