27#ifndef CHECKASM_HTML_DATA_H
28#define CHECKASM_HTML_DATA_H
31 #define HAVE_HTML_DATA 1
33 #define HAVE_HTML_DATA 0
38 #pragma clang diagnostic push
39 #pragma clang diagnostic ignored "-Wc23-extensions"
42 #embed "html_data/chart.min.js" suffix(, 0)
46 #embed "html_data/checkasm.js" suffix(, 0)
50 #embed "html_data/checkasm.css" suffix(, 0)
54 #embed "html_data/body.html" suffix(, 0)
58 #pragma clang diagnostic pop
static const char checkasm_html_body[]
static const char checkasm_css[]
static const char checkasm_js[]
static const char checkasm_chart_js[]