Is there anything done in emscripten for enabling Tests Code Coverage reports generation? I found [this very interesting article](https://motley-coder.com/2019/03/31/webassembly-coverage/) on how to do it manually. Requires to recompile **compiler-rt**.
Is there anything done in emscripten for enabling Tests Code Coverage reports generation?
I found this very interesting article on how to do it manually.
Requires to recompile compiler-rt.