@docmux/wasm 0.1.0 → 0.2.0
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.
|
@@ -297,7 +297,7 @@ export function parseToJson(input, from) {
|
|
|
297
297
|
wasm.__wbindgen_export3(deferred4_0, deferred4_1, 1);
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
|
-
export function
|
|
300
|
+
export function __wbg_Error_2e59b1b37a9a34c3(arg0, arg1) {
|
|
301
301
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
302
302
|
return addHeapObject(ret);
|
|
303
303
|
}
|
|
Binary file
|
package/node/docmux_wasm.js
CHANGED
|
@@ -314,7 +314,7 @@ function parseToJson(input, from) {
|
|
|
314
314
|
function __wbg_get_imports() {
|
|
315
315
|
const import0 = {
|
|
316
316
|
__proto__: null,
|
|
317
|
-
|
|
317
|
+
__wbg_Error_2e59b1b37a9a34c3: function(arg0, arg1) {
|
|
318
318
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
319
319
|
return addHeapObject(ret);
|
|
320
320
|
},
|
package/node/docmux_wasm_bg.wasm
CHANGED
|
Binary file
|