@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 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 __wbg_Error_8c4e43fe74559d73(arg0, arg1) {
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 __wbg___wbindgen_throw_be289d5034ed271b(arg0, arg1) {
240
+ export function __wbg___wbindgen_throw_39bc967c0e5a9b58(arg0, arg1) {
241
241
  throw new Error(getStringFromWasm0(arg0, arg1));
242
242
  }
243
- export function __wbg_error_7534b8e9a36f1ab4(arg0, arg1) {
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 __wbg_new_8a6f238a6ece86ea() {
254
+ export function __wbg_new_227d7c05414eb861() {
255
255
  const ret = new Error();
256
256
  return ret;
257
257
  }
258
- export function __wbg_stack_0ed75d68575b0f3c(arg0, arg1) {
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;
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Steve Scargall"
6
6
  ],
7
7
  "description": "WebAssembly bindings for 3MF parsing - browser and edge deployment",
8
- "version": "0.2.0",
8
+ "version": "0.3.0",
9
9
  "license": "BSD-2-Clause",
10
10
  "repository": {
11
11
  "type": "git",