pub fn hairy_compile_html_scope<'b>(
    reader: &'b str,
    filename: &'b str,
    options: &HairyCompileOptions<'_, '_, '_>,
    scope: &mut MemoryScope<'_>
) -> Result<BytecodeVec, String>