@ibearua/bitmask-core-dev 1.0.0-beta.20 → 1.0.0-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bitmask_core.js +0 -3
- package/package.json +1 -1
package/bitmask_core.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import * as __wbg_star0 from 'env';
|
|
2
|
-
|
|
3
1
|
let wasm;
|
|
4
2
|
|
|
5
3
|
let WASM_VECTOR_LEN = 0;
|
|
@@ -2359,7 +2357,6 @@ function __wbg_get_imports() {
|
|
|
2359
2357
|
imports.wbg.__wbindgen_throw = function(arg0, arg1) {
|
|
2360
2358
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
2361
2359
|
};
|
|
2362
|
-
imports['env'] = __wbg_star0;
|
|
2363
2360
|
|
|
2364
2361
|
return imports;
|
|
2365
2362
|
}
|