addTooltip('Cannot load compiler version list. It might have been blocked by an advertisement blocker. Please try deactivating any of them from this page and reload.')
}
}else{
allVersionsWasm=[{path:'builtin',longVersion:'latest local version'}]
selectedVersion='builtin'
}
//callback(allVersions, selectedVersion)
})
}catch(e){
addTooltip('Cannot load compiler version list. It might have been blocked by an advertisement blocker. Please try deactivating any of them from this page and reload.')
}
}else{
allVersions=[{path:'builtin',longVersion:'latest local version'}]
selectedVersion='builtin'
}
}
//callback(allVersions, selectedVersion)
}catch(e){
})
addTooltip('Cannot load compiler version list. It might have been blocked by an advertisement blocker. Please try deactivating any of them from this page and reload. Error: '+e)
}
// replace in allVersions those compiler builds which exist in allVersionsWasm with new once