Results 508 comments of hhugo

I see the following in `gc_target.ml` ```ocaml | [ Pv _ ] -> let* () = register_fragment "eval" (fun () -> let lex = Parse_js.Lexer.of_string {|(x)=>eval("("+x+")")|} in Parse_js.parse_expr lex) in...

@vouillon, there are few pending comments before we can merge.

> it seems the font loading API is not working on test codes in a straightforward manner (which may require stub or something of FontFaceSet) I don't understand this. What's...

Can someone explain what's the issue about ? Is there any work needed on the jsoo/wasmoo side ? or is it just on the dune side ?

The failure comes from the fact that at the bytecode level, `lib-Impl.cmo` wants to "register" the compilation unit `Lib` while depending on another compilation unit `Lib`. It contains relocation information...

The issue seems to be in the jsoo support for oxcaml. see https://github.com/ocsigen/js_of_ocaml/pull/2105#discussion_r2597995219.

You mention version `5.5.0` but your link uses version `5.8.2`. Theses versions are 1.5 / 2 years old, could you upgrade to the latest version `6.2.0` ?

I don't really understand the direction taken by this PR. The change proposed here is not discover-able, hard to explain. The user might not even be aware that there are...

I've pushed a quick fix in the oxcaml branch in jsoo repo. I believe that what's missing now is a proper setup in dune itself