This commit is contained in:
Robin Appelman 2025-05-19 16:45:26 +02:00
commit 4cfd28ccd3
11 changed files with 687 additions and 1198 deletions

View file

@ -65,4 +65,7 @@ module.exports = [{
syncWebAssembly: true
},
mode: "development",
experiments: {
asyncWebAssembly: true,
},
}];