We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5492878 commit 49ba98aCopy full SHA for 49ba98a
CHANGES.md
@@ -21,7 +21,7 @@
21
* Lib: fix Dom_html.Keyboard_code.of_event (#1878)
22
* Runtime: fix Int64.of_string overflow check (#1874)
23
* Runtime: fix caml_string_concat when not using JS strings (#1874)
24
-
+* Tools: fix jsoo_mktop and jsoo_mkcmis (#1877)
25
26
# 6.0.1 (2025-02-07) - Lille
27
toplevel/bin/jsoo_mkcmis.ml
@@ -58,6 +58,8 @@ let rec scan_args acc = function
58
| [] -> List.rev acc
59
60
let () =
61
+ Js_of_ocaml_compiler.Config.set_target `JavaScript;
62
+ Js_of_ocaml_compiler.Config.set_effects_backend `Disabled;
63
let args = List.tl (Array.to_list Sys.argv) in
64
let args = scan_args [] args in
65
let runtime_files, args =
0 commit comments