Skip to content

Commit 1e6911d

Browse files
committed
Test: enable JS string
1 parent b31a3af commit 1e6911d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dune

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
(:standard -w +a-4-40-41-42-44-48-58-66-70))
55
(binaries
66
(tools/node_wrapper.exe as node)
7-
(tools/node_wrapper.exe as node.exe)))
7+
(tools/node_wrapper.exe as node.exe))
8+
(wasm_of_ocaml
9+
(flags
10+
(:standard --enable use-js-string))))
811
(with-effects
912
(js_of_ocaml
1013
(compilation_mode separate)

tools/ci_setup.ml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ let dune_workspace =
3232
(_
3333
(env-vars (TESTING_FRAMEWORK inline-test))
3434
(js_of_ocaml (enabled_if false))
35+
(wasm_of_ocaml
36+
(flags
37+
(:standard --enable use-js-string)))
3538
(flags :standard -warn-error -8-32-34-49-52-55 -w -67-69)))
3639
|}
3740

0 commit comments

Comments
 (0)