Resize working

This commit is contained in:
Jake Archibald
2020-09-21 15:18:33 +01:00
parent 21fc70cbdd
commit 2a6a83f56d
4 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
import * as __wbg_star0 from 'env';
let wasm;
let cachegetUint8Memory0 = null;
@@ -113,7 +111,6 @@ async function init(input) {
input = import.meta.url.replace(/\.js$/, '_bg.wasm');
}
const imports = {};
imports['env'] = __wbg_star0;
if (
typeof input === 'string' ||