brepkit-wasm 2.86.1 → 2.87.1

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.
@@ -4427,18 +4427,18 @@ export class JsVec3 {
4427
4427
  }
4428
4428
  }
4429
4429
  if (Symbol.dispose) JsVec3.prototype[Symbol.dispose] = JsVec3.prototype.free;
4430
- export function __wbg_Error_3639a60ed15f87e7(arg0, arg1) {
4430
+ export function __wbg_Error_bce6d499ff0a4aff(arg0, arg1) {
4431
4431
  const ret = Error(getStringFromWasm0(arg0, arg1));
4432
4432
  return ret;
4433
4433
  }
4434
- export function __wbg___wbindgen_debug_string_07cb72cfcc952e2b(arg0, arg1) {
4434
+ export function __wbg___wbindgen_debug_string_edece8177ad01481(arg0, arg1) {
4435
4435
  const ret = debugString(arg1);
4436
4436
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
4437
4437
  const len1 = WASM_VECTOR_LEN;
4438
4438
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
4439
4439
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
4440
4440
  }
4441
- export function __wbg___wbindgen_throw_9c75d47bf9e7731e(arg0, arg1) {
4441
+ export function __wbg___wbindgen_throw_9c31b086c2b26051(arg0, arg1) {
4442
4442
  throw new Error(getStringFromWasm0(arg0, arg1));
4443
4443
  }
4444
4444
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -4437,18 +4437,18 @@ exports.JsVec3 = JsVec3;
4437
4437
  function __wbg_get_imports() {
4438
4438
  const import0 = {
4439
4439
  __proto__: null,
4440
- __wbg_Error_3639a60ed15f87e7: function(arg0, arg1) {
4440
+ __wbg_Error_bce6d499ff0a4aff: function(arg0, arg1) {
4441
4441
  const ret = Error(getStringFromWasm0(arg0, arg1));
4442
4442
  return ret;
4443
4443
  },
4444
- __wbg___wbindgen_debug_string_07cb72cfcc952e2b: function(arg0, arg1) {
4444
+ __wbg___wbindgen_debug_string_edece8177ad01481: function(arg0, arg1) {
4445
4445
  const ret = debugString(arg1);
4446
4446
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
4447
4447
  const len1 = WASM_VECTOR_LEN;
4448
4448
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
4449
4449
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
4450
4450
  },
4451
- __wbg___wbindgen_throw_9c75d47bf9e7731e: function(arg0, arg1) {
4451
+ __wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
4452
4452
  throw new Error(getStringFromWasm0(arg0, arg1));
4453
4453
  },
4454
4454
  __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.86.1",
5
+ "version": "2.87.1",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",