Results 508 comments of hhugo

`esy` fail locally as well. I can't help on that part. I ended up relying on opam and dune only for my contribution.

with https://github.com/grain-lang/grain/pull/2254, i'm seeing the following timing ``` Test Suites: 0 failed, 9 skipped, 37 passed, 46 total Tests: 0 failed, 442 skipped, 792 passed, 1234 total Time: 47.736s ```...

You need to rebase the PR first, the benchmarks were updated for ocaml 5.3 recently

@vouillon do you have other things to add here ?

Janestreet packages still miss a release compatible with wasmoo. We need to pin base, time_now, ppx_expect and ppx_inline_test to a fork to be able to run the jsoo testsuite with...

Testing wasmoo with OCaml 5.4 is currently blocked because of janestreet packages incompatibility.

The main issue is that the dev branches are no compatible with ppxlib >= 0.36. I would be much easier if testing was based on the latest public release of...

I would prefer to have tests for this, to make sure the wasm and js runtime agree (and document minor differences if any) Also, we have an optimization in the...

> > I would prefer to have tests for this, to make sure the wasm and js runtime agree (and document minor differences if any) Also, we have an optimization...