occt-wasm 3.5.0 → 3.5.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.
package/README.md CHANGED
@@ -324,7 +324,7 @@ Generate full docs locally: `cd ts && npm run docs` (TypeDoc output).
324
324
  ## Architecture
325
325
 
326
326
  ```
327
- OCCT V8.0.0 C++ (git submodule)
327
+ OCCT V8.0.0.p1 C++ (git submodule)
328
328
  -> emcmake cmake (static libs)
329
329
  -> C++ facade (OcctKernel class, arena-based u32 IDs)
330
330
  -> Embind bindings
@@ -391,7 +391,7 @@ Node.js 22+ is recommended (tail calls via V8). Node.js 18+ works if your V8 ver
391
391
 
392
392
  ## Known Limitations
393
393
 
394
- These are upstream OCCT V8.0.0 issues, not occt-wasm bugs:
394
+ These are upstream OCCT V8.0.0.p1 issues, not occt-wasm bugs:
395
395
 
396
396
  - **IGES** -- TKDEIGES excluded from link; no IGES import/export
397
397
  - **Zero-length extrusion** -- WASM exception escapes JS catch boundary (1 test skip)
@@ -399,6 +399,10 @@ These are upstream OCCT V8.0.0 issues, not occt-wasm bugs:
399
399
 
400
400
  These will be addressed as upstream OCCT and browser support improve.
401
401
 
402
+ OCCT V8.0.0.p1 (2026-06) resolved several upstream hangs and crashes that
403
+ affected modeling here: infinite-loop guards in `IntWalk_IWalking` and
404
+ `BRepFill_CompatibleWires`, and a null-curve guard in `BRepExtrema_DistanceSS`.
405
+
402
406
  ## Contributing
403
407
 
404
408
  This project is open source. Bug reports and feature requests are welcome via GitHub Issues. For pull requests, please open an issue first to discuss the change.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "occt-wasm",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "OpenCascade (OCCT) compiled to WebAssembly with a clean TypeScript API",
5
5
  "type": "module",
6
6
  "exports": {