Merge pull request #19924 from calixteman/update_qcms

Update qcms build
This commit is contained in:
calixteman 2025-05-13 17:49:54 +02:00 committed by GitHub
commit 2bb8099831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -235,9 +235,7 @@ async function __wbg_init(module_or_path) {
}
}
if (typeof module_or_path === 'undefined') {
module_or_path = new URL('qcms_bg.wasm', import.meta.url);
}
const imports = __wbg_get_imports();
if (typeof module_or_path === 'string' || (typeof Request === 'function' && module_or_path instanceof Request) || (typeof URL === 'function' && module_or_path instanceof URL)) {

Binary file not shown.