Jérôme Vouillon
Jérôme Vouillon
I'm not really worried about that. I just wanted you to know about it. I think it is more urgent that binaryen generates valid code. DWARF gives some control about...
I have opened a separate PR #6550 that include the source map fixes. I'll rebase this PR once the other is merged.
Yes, this is ready
> most of the major Wasm implementations (especially Web engines), are fundamentally built on the assumption that stacks aren't movable, as they tend to be interleaved with native (C++) frames...
We have rules like: ``` (rule (target wup_page.ml) (deps ../wup_page.eliom) (action (with-stdout-to %{target} (chdir .. (run tools/eliom_ppx_client.exe --as-pp -server-cmo %{cmo:../wup_page} --impl wup_page.eliom))))) ``` Is it possible that the dependency on...
Maybe the issue is that `eliom_ppx_client` and `eliom_ppx_server` are called with different file path? We are hashing the whole file name to generate unique ids, but we should probably hash...
> This seems to result in a modest speedup on average, including on `partial_render_table`. Is this the version of the benchmark that has a memory leak? No, I'm using a...
Yes, you should add a flag.
It seems Github Actions are stuck with a very old version of OpenSSL: actions/runner-images#6830
This was broken by #233. `Re.Pcre.(split ~rex:(regexp "[.]")) ""` now returns `[""]` when it should return the empty list.