It'd be nice to have an end to end test here. One idea would be to use jsvu and a github workflow that runs the spidermonkey shell and extracts iongraph from it (either with IONFLAGS=logs, or using wasmDumpIon), and then renders it in HTML. We could run this weekly or monthly to catch regressions in SpiderMonkey.
It'd be nice to have an end to end test here. One idea would be to use
jsvuand a github workflow that runs the spidermonkey shell and extracts iongraph from it (either with IONFLAGS=logs, or using wasmDumpIon), and then renders it in HTML. We could run this weekly or monthly to catch regressions in SpiderMonkey.