Skip to content

Commit

Permalink
Test: enable JS string
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Dec 20, 2024
1 parent cb2bf29 commit b35c42f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
(:standard -w +a-4-40-41-42-44-48-58-66-70))
(binaries
(tools/node_wrapper.exe as node)
(tools/node_wrapper.exe as node.exe)))
(tools/node_wrapper.exe as node.exe))
(wasm_of_ocaml
(flags
(:standard --enable use-js-string))))
(with-effects
(js_of_ocaml
(compilation_mode separate)
Expand Down

0 comments on commit b35c42f

Please sign in to comment.