**feat: enhance threading compatibility and refactor module loading**
- Refactored `TextEncoder` and `TextDecoder` in `src/utils/tensorflowUtils.ts` to handle environments without global availability, logging warnings and providing fallback implementations. - Enhanced threading utilities in `src/utils/environment.ts`: - Introduced `areWorkerThreadsAvailableSync()` and `isThreadingAvailableAsync()` for synchronous and asynchronous checks. - Improved compatibility across browser and Node.js environments. - Migrated `fileSystemStorage.ts` to use dynamic imports for Node.js modules, removing synchronous loading mechanisms to align with ES module standards. - Updated `cli-package/package.json` keywords to include `browser` and `container`, improving discoverability. - Added `worker_threads` as an external dependency in `cli-package/rollup.config.js` and `rollup.config.js`. - Updated `.gitignore` to ignore all `tgz` files dynamically under main and CLI package. This update improves threading compatibility, enhances environment-specific support, and aligns with modern module loading practices.
This commit is contained in:
parent
be56ea52b7
commit
ac82c55a6b
8 changed files with 89 additions and 104 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -54,6 +54,6 @@ Thumbs.db
|
|||
/cli-package/node_modules/
|
||||
/npm
|
||||
/rollup
|
||||
/soulcraft-brainy-0.9.23.tgz
|
||||
/cli-package/soulcraft-brainy-cli-0.9.23.tgz
|
||||
/soulcraft-brainy-*.tgz
|
||||
/data/
|
||||
/cli-package/soulcraft-brainy-cli-*.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue