@paddor/zrip 0.5.8 → 0.5.10
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/package.json
CHANGED
package/src/pkg/zrip_simd.wasm
CHANGED
|
Binary file
|
package/src/pkg/zrip_wasm.js
CHANGED
|
@@ -333,11 +333,11 @@ export function decompressWithDict(input, dict, max_output_size) {
|
|
|
333
333
|
function __wbg_get_imports() {
|
|
334
334
|
const import0 = {
|
|
335
335
|
__proto__: null,
|
|
336
|
-
|
|
336
|
+
__wbg_Error_30c8987f7c2ed4e2: function(arg0, arg1) {
|
|
337
337
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
338
338
|
return addHeapObject(ret);
|
|
339
339
|
},
|
|
340
|
-
|
|
340
|
+
__wbg___wbindgen_throw_41e9ee4f547fc59a: function(arg0, arg1) {
|
|
341
341
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
342
342
|
},
|
|
343
343
|
};
|
|
Binary file
|