@docmux/wasm 0.2.0 → 0.3.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.
package/bundler/docmux_wasm.js
CHANGED
|
@@ -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_960c155d3d49e4c2(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
|
@@ -310,11 +310,10 @@ function parseToJson(input, from) {
|
|
|
310
310
|
}
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
|
|
314
313
|
function __wbg_get_imports() {
|
|
315
314
|
const import0 = {
|
|
316
315
|
__proto__: null,
|
|
317
|
-
|
|
316
|
+
__wbg_Error_960c155d3d49e4c2: function(arg0, arg1) {
|
|
318
317
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
319
318
|
return addHeapObject(ret);
|
|
320
319
|
},
|
package/node/docmux_wasm_bg.wasm
CHANGED
|
Binary file
|