brepkit-wasm 2.43.9 → 2.43.10

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/brepkit_wasm.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /* @ts-self-types="./brepkit_wasm.d.ts" */
2
-
3
2
  import * as wasm from "./brepkit_wasm_bg.wasm";
4
3
  import { __wbg_set_wasm } from "./brepkit_wasm_bg.js";
4
+
5
5
  __wbg_set_wasm(wasm);
6
6
  wasm.__wbindgen_start();
7
7
  export {
@@ -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_2e59b1b37a9a34c3(arg0, arg1) {
4345
+ export function __wbg_Error_960c155d3d49e4c2(arg0, arg1) {
4346
4346
  const ret = Error(getStringFromWasm0(arg0, arg1));
4347
4347
  return ret;
4348
4348
  }
4349
- export function __wbg___wbindgen_debug_string_dd5d2d07ce9e6c57(arg0, arg1) {
4349
+ export function __wbg___wbindgen_debug_string_ab4b34d23d6778bd(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_81fc77679af83bc6(arg0, arg1) {
4356
+ export function __wbg___wbindgen_throw_6b64449b9b9ed33c(arg0, arg1) {
4357
4357
  throw new Error(getStringFromWasm0(arg0, arg1));
4358
4358
  }
4359
4359
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -4349,22 +4349,21 @@ class JsVec3 {
4349
4349
  }
4350
4350
  if (Symbol.dispose) JsVec3.prototype[Symbol.dispose] = JsVec3.prototype.free;
4351
4351
  exports.JsVec3 = JsVec3;
4352
-
4353
4352
  function __wbg_get_imports() {
4354
4353
  const import0 = {
4355
4354
  __proto__: null,
4356
- __wbg_Error_2e59b1b37a9a34c3: function(arg0, arg1) {
4355
+ __wbg_Error_960c155d3d49e4c2: function(arg0, arg1) {
4357
4356
  const ret = Error(getStringFromWasm0(arg0, arg1));
4358
4357
  return ret;
4359
4358
  },
4360
- __wbg___wbindgen_debug_string_dd5d2d07ce9e6c57: function(arg0, arg1) {
4359
+ __wbg___wbindgen_debug_string_ab4b34d23d6778bd: function(arg0, arg1) {
4361
4360
  const ret = debugString(arg1);
4362
4361
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
4363
4362
  const len1 = WASM_VECTOR_LEN;
4364
4363
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
4365
4364
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
4366
4365
  },
4367
- __wbg___wbindgen_throw_81fc77679af83bc6: function(arg0, arg1) {
4366
+ __wbg___wbindgen_throw_6b64449b9b9ed33c: function(arg0, arg1) {
4368
4367
  throw new Error(getStringFromWasm0(arg0, arg1));
4369
4368
  },
4370
4369
  __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.9",
5
+ "version": "2.43.10",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",