In the past I’ve used the JSOO toplevel at ocsigen.org to try out ideas while coding for JSOO. But right now it’s showing errors when I try to do anything fancy. For example if I try to create a regexp I see this:
OCaml version 4.14.0
Compiled with Js_of_ocaml version 4.1.0+9cb30b7
# let re = Regexp.regexp_case_fold "a";;
Line 1:
Error: Corrupted compiled interface
/home/runner/work/js_of_ocaml/js_of_ocaml/_opam/lib/ocaml/regexp.cmi
I’ve never noticed this happening in the past so I think it’s probably a new problem.
Any advice would be welcome.