@lib3mf-rs/lib3mf-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/lib3mf_wasm_bg.js +5 -5
- package/lib3mf_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/lib3mf_wasm_bg.js
CHANGED
|
@@ -233,14 +233,14 @@ if (Symbol.dispose) WasmModel.prototype[Symbol.dispose] = WasmModel.prototype.fr
|
|
|
233
233
|
export function set_panic_hook() {
|
|
234
234
|
wasm.set_panic_hook();
|
|
235
235
|
}
|
|
236
|
-
export function
|
|
236
|
+
export function __wbg_Error_4577686b3a6d9b3a(arg0, arg1) {
|
|
237
237
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
238
238
|
return ret;
|
|
239
239
|
}
|
|
240
|
-
export function
|
|
240
|
+
export function __wbg___wbindgen_throw_39bc967c0e5a9b58(arg0, arg1) {
|
|
241
241
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
242
242
|
}
|
|
243
|
-
export function
|
|
243
|
+
export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
244
244
|
let deferred0_0;
|
|
245
245
|
let deferred0_1;
|
|
246
246
|
try {
|
|
@@ -251,11 +251,11 @@ export function __wbg_error_7534b8e9a36f1ab4(arg0, arg1) {
|
|
|
251
251
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
|
-
export function
|
|
254
|
+
export function __wbg_new_227d7c05414eb861() {
|
|
255
255
|
const ret = new Error();
|
|
256
256
|
return ret;
|
|
257
257
|
}
|
|
258
|
-
export function
|
|
258
|
+
export function __wbg_stack_3b0d974bbf31e44f(arg0, arg1) {
|
|
259
259
|
const ret = arg1.stack;
|
|
260
260
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
261
261
|
const len1 = WASM_VECTOR_LEN;
|
package/lib3mf_wasm_bg.wasm
CHANGED
|
Binary file
|