From b35c42fbc61e2beef7b38be14bddde5b8bafa0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Thu, 19 Dec 2024 13:36:30 +0100 Subject: [PATCH] Test: enable JS string --- dune | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dune b/dune index 292467727b..7fa05d513d 100644 --- a/dune +++ b/dune @@ -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)