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 81f2ff4 commit 9cf65cfCopy full SHA for 9cf65cf
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
@@ -54,6 +54,9 @@ let dune_workspace =
54
(_
55
(env-vars (TESTING_FRAMEWORK inline-test))
56
(js_of_ocaml (enabled_if false))
57
58
59
+ (:standard --enable use-js-string)))
60
(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)))
61
|}
62
0 commit comments