Skip to content

Commit 7622533

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-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)

0 commit comments

Comments
 (0)