Results 765 comments of daxpedda

I'm assuming the CI failure is unrelated?

Please stop pinging maintainers repeatedly. Your PR hasn't been forgotten, we just don't have the necessary bandwidth. FWIW we will be discussing generic support next week and try to come...

> Could you also explain the workflow that requires matching LLVM's file names? I personally just dump everything to a single file and then pass it to grcov. I'm currently...

> If you don't actually care about the name, just that it's unique, then there are better ways of doing this than using `lprofGetLoadModuleSignature`. Indeed, I'm aware! > Is there...

Apparently [`__llvm_profile_get_num_counters()`](https://github.com/Amanieu/minicov/blob/31ed26cc5173df2d4bfe5361d4608e55b93122b1/minicov/c/InstrProfiling.h#L251) does the trick. Presumably a bunch of other functions could fulfill the same purpose, e.g. `__llvm_profile_get_counters_size()` or `__llvm_profile_get_num_bitmap_bytes()`. There are a bunch of ways we could expose this:...

I would be in favor of such an addition, but I don't know the limitations of other backends. For Web at least, it should be perfectly possible after we implement...

Maybe some platform-specific extensions would be more appropriate then.

After some discussion and thinking, I created #3833, which would basically result in a pre-cursor to this PR. The implementation of #3833 will be partly based on the code here....

We just discussed an idea to add the possibility to switch the state type to simplify state handling for users without having to deal with `Option`s or a lot of...

Similar things have been discussed about WASI here as well, see https://github.com/rustwasm/wasm-bindgen/issues/3454. In general I'm not against Emscripten support, but I'm not particularly in favor of it either. My understanding...