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 c3171b5 commit 2948f66Copy full SHA for 2948f66
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
@@ -56,6 +56,9 @@ let dune_workspace =
56
(_
57
(env-vars (TESTING_FRAMEWORK inline-test))
58
(js_of_ocaml (enabled_if false))
59
60
61
+ (:standard --enable use-js-string)))
62
(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)))
63
|}
64
0 commit comments