@ifc-lite/wasm 2.6.1 → 2.7.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ifc-lite/wasm
2
2
 
3
- Pre-built WebAssembly bindings for the IFClite Rust core, covering STEP parsing and geometry tessellation (including the Manifold CSG kernel).
3
+ Pre-built WebAssembly bindings for the IFClite Rust core, covering STEP parsing and geometry tessellation (including the pure-Rust exact CSG kernel).
4
4
 
5
5
  > **You probably don't need to use this package directly.** It's the WASM binary plus generated JS/TypeScript bindings that `@ifc-lite/parser`, `@ifc-lite/geometry`, and `@ifc-lite/renderer` consume internally. Reach for it when you want raw access to the Rust core without the higher-level wrappers.
6
6
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "IFC-Lite Contributors"
6
6
  ],
7
7
  "description": "WebAssembly bindings for IFC-Lite",
8
- "version": "2.6.1",
8
+ "version": "2.7.0",
9
9
  "license": "MPL-2.0",
10
10
  "repository": {
11
11
  "type": "git",
package/pkg/ifc-lite.js CHANGED
@@ -252,12 +252,12 @@ if (!('encodeInto' in cachedTextEncoder)) {
252
252
 
253
253
  let WASM_VECTOR_LEN = 0;
254
254
 
255
- function __wasm_bindgen_func_elem_721(arg0, arg1, arg2) {
256
- wasm.__wasm_bindgen_func_elem_721(arg0, arg1, addHeapObject(arg2));
255
+ function __wasm_bindgen_func_elem_722(arg0, arg1, arg2) {
256
+ wasm.__wasm_bindgen_func_elem_722(arg0, arg1, addHeapObject(arg2));
257
257
  }
258
258
 
259
- function __wasm_bindgen_func_elem_755(arg0, arg1, arg2, arg3) {
260
- wasm.__wasm_bindgen_func_elem_755(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
259
+ function __wasm_bindgen_func_elem_756(arg0, arg1, arg2, arg3) {
260
+ wasm.__wasm_bindgen_func_elem_756(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
261
261
  }
262
262
 
263
263
  const ClashRunResultFinalization = (typeof FinalizationRegistry === 'undefined')
@@ -2876,7 +2876,7 @@ function __wbg_get_imports() {
2876
2876
  const a = state0.a;
2877
2877
  state0.a = 0;
2878
2878
  try {
2879
- return __wasm_bindgen_func_elem_755(a, state0.b, arg0, arg1);
2879
+ return __wasm_bindgen_func_elem_756(a, state0.b, arg0, arg1);
2880
2880
  } finally {
2881
2881
  state0.a = a;
2882
2882
  }
@@ -2996,7 +2996,7 @@ function __wbg_get_imports() {
2996
2996
  };
2997
2997
  imports.wbg.__wbindgen_cast_efaa74e24e38a7b5 = function(arg0, arg1) {
2998
2998
  // Cast intrinsic for `Closure(Closure { dtor_idx: 65, function: Function { arguments: [Externref], shim_idx: 66, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2999
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_720, __wasm_bindgen_func_elem_721);
2999
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_721, __wasm_bindgen_func_elem_722);
3000
3000
  return addHeapObject(ret);
3001
3001
  };
3002
3002
  imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
Binary file