mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-03-17 03:11:01 +00:00
8 lines
254 B
JavaScript
8 lines
254 B
JavaScript
let hb
|
|
async function renderTemplate(t, d) {
|
|
hb = hb || (await import('https://cdn.jsdelivr.net/npm/handlebars@4.7.7/dist/handlebars.esm.js')).default
|
|
return hb.compile(t)(d)
|
|
}
|
|
export default renderTemplate;
|
|
// Generation time: 1.117s
|
|
// Result: FAIL
|