pub fn build_html_report(
events: &[InterpreterOutputEvent],
params: &HtmlReportParams,
) -> HtmlReportExpand description
Build an HTML report from interpreter output events (canonical only).
pub fn build_html_report(
events: &[InterpreterOutputEvent],
params: &HtmlReportParams,
) -> HtmlReportBuild an HTML report from interpreter output events (canonical only).