This change enables generating bug reports for the tests under kmxwasm/src/test/integration.
Because of the per-session kompiled fixture, the compilation work is still shared (this is what I observed when I ran the tests locally), although the tools are now per function.
This change enables generating bug reports for the tests under
kmxwasm/src/test/integration
. Because of the per-sessionkompiled
fixture, the compilation work is still shared (this is what I observed when I ran the tests locally), although thetools
are now per function.