Skip to content

Commit 9cf65cf

Browse files
committed
Test: enable JS string
1 parent 81f2ff4 commit 9cf65cf

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
@@ -54,6 +54,9 @@ let dune_workspace =
5454
(_
5555
(env-vars (TESTING_FRAMEWORK inline-test))
5656
(js_of_ocaml (enabled_if false))
57+
(wasm_of_ocaml
58+
(flags
59+
(:standard --enable use-js-string)))
5760
(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)))
5861
|}
5962

0 commit comments

Comments
 (0)