Skip to content

Commit 09f0af5

Browse files
committed
Update qcms build
It's a follow-up of mozilla/pdf.js.qcms#1.
1 parent 3f1ecc1 commit 09f0af5

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

external/qcms/qcms.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,7 @@ async function __wbg_init(module_or_path) {
235235
}
236236
}
237237

238-
if (typeof module_or_path === 'undefined') {
239-
module_or_path = new URL('qcms_bg.wasm', import.meta.url);
240-
}
238+
241239
const imports = __wbg_get_imports();
242240

243241
if (typeof module_or_path === 'string' || (typeof Request === 'function' && module_or_path instanceof Request) || (typeof URL === 'function' && module_or_path instanceof URL)) {

external/qcms/qcms_bg.wasm

-1.87 KB
Binary file not shown.

0 commit comments

Comments
 (0)