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 adb2998 commit 759358aCopy full SHA for 759358a
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
@@ -55,6 +55,9 @@ let dune_workspace =
55
(_
56
(env-vars (TESTING_FRAMEWORK inline-test))
57
(js_of_ocaml (enabled_if false))
58
59
60
+ (:standard --enable use-js-string)))
61
(flags :standard -alert -all -warn-error -7-8-27-30-32-34-37-49-52-55 -w -7-27-30-32-34-37-49-52-55-58-67-69)))
62
|}
63
0 commit comments