brepkit-wasm 2.43.6 → 2.43.8

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.
@@ -4342,18 +4342,18 @@ export class JsVec3 {
4342
4342
  }
4343
4343
  }
4344
4344
  if (Symbol.dispose) JsVec3.prototype[Symbol.dispose] = JsVec3.prototype.free;
4345
- export function __wbg_Error_83742b46f01ce22d(arg0, arg1) {
4345
+ export function __wbg_Error_2e59b1b37a9a34c3(arg0, arg1) {
4346
4346
  const ret = Error(getStringFromWasm0(arg0, arg1));
4347
4347
  return ret;
4348
4348
  }
4349
- export function __wbg___wbindgen_debug_string_5398f5bb970e0daa(arg0, arg1) {
4349
+ export function __wbg___wbindgen_debug_string_dd5d2d07ce9e6c57(arg0, arg1) {
4350
4350
  const ret = debugString(arg1);
4351
4351
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
4352
4352
  const len1 = WASM_VECTOR_LEN;
4353
4353
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
4354
4354
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
4355
4355
  }
4356
- export function __wbg___wbindgen_throw_6ddd609b62940d55(arg0, arg1) {
4356
+ export function __wbg___wbindgen_throw_81fc77679af83bc6(arg0, arg1) {
4357
4357
  throw new Error(getStringFromWasm0(arg0, arg1));
4358
4358
  }
4359
4359
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -4353,18 +4353,18 @@ exports.JsVec3 = JsVec3;
4353
4353
  function __wbg_get_imports() {
4354
4354
  const import0 = {
4355
4355
  __proto__: null,
4356
- __wbg_Error_83742b46f01ce22d: function(arg0, arg1) {
4356
+ __wbg_Error_2e59b1b37a9a34c3: function(arg0, arg1) {
4357
4357
  const ret = Error(getStringFromWasm0(arg0, arg1));
4358
4358
  return ret;
4359
4359
  },
4360
- __wbg___wbindgen_debug_string_5398f5bb970e0daa: function(arg0, arg1) {
4360
+ __wbg___wbindgen_debug_string_dd5d2d07ce9e6c57: function(arg0, arg1) {
4361
4361
  const ret = debugString(arg1);
4362
4362
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
4363
4363
  const len1 = WASM_VECTOR_LEN;
4364
4364
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
4365
4365
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
4366
4366
  },
4367
- __wbg___wbindgen_throw_6ddd609b62940d55: function(arg0, arg1) {
4367
+ __wbg___wbindgen_throw_81fc77679af83bc6: function(arg0, arg1) {
4368
4368
  throw new Error(getStringFromWasm0(arg0, arg1));
4369
4369
  },
4370
4370
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "brepkit-wasm",
3
3
  "type": "module",
4
4
  "description": "WebAssembly bindings for brepkit — browser-native B-Rep solid modeling",
5
- "version": "2.43.6",
5
+ "version": "2.43.8",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",