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 +6 -2
- package/dist/occt-wasm.wasm +0 -0
- package/package.json +1 -1
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.
|
package/dist/occt-wasm.wasm
CHANGED
|
Binary file
|