mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Upgrade to Pyodide 0.23.4 (with Python 3.11) and compile dependencies (#603)
* Build packages with latest pyodide, compile wheels to use pyc files, output package_filenames.json
This commit is contained in:
@@ -61,6 +61,8 @@ async function findOnDisk(src, dest) {
|
||||
});
|
||||
}
|
||||
libs = await listLibs(dest);
|
||||
fs.writeFileSync(path.join(__dirname, `package_filenames.json`),
|
||||
JSON.stringify(libs.available.map(lib => lib.fileName), null, 2));
|
||||
console.log(`Cached`, {libs: libs.available.map(lib => lib.name)});
|
||||
console.log(`Missing`, {libs: libs.misses.map(lib => lib.name)});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user