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 b31a3af commit 1e6911d
Show file tree
Hide file tree
Showing 2 changed files with 7 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
3 changes: 3 additions & 0 deletions tools/ci_setup.ml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ let dune_workspace =
(_
(env-vars (TESTING_FRAMEWORK inline-test))
(js_of_ocaml (enabled_if false))
(wasm_of_ocaml
(flags
(:standard --enable use-js-string)))
(flags :standard -warn-error -8-32-34-49-52-55 -w -67-69)))
|}

Expand Down

0 comments on commit 1e6911d

Please sign in to comment.