welvet 0.80.4
welvet: ^0.80.4 copied to clipboard
Loom M-POLY-VTD AI engine for Flutter/Dart — 21 numerical types, WebGPU, native .entity checkpoints, and Welvet C-ABI FFI bindings.
0.80.4 #
- macOS: SoulGlitch-style loading —
libwelvet.dylibin app Frameworks + packagenative/for tests; drop vendored-link / post_install hacks.
0.80.3 #
- macOS Flutter apps: vend
Frameworks/welvet.dylibwith@rpath/welvet.dylibinstall name;force_loadinto plugin; addwelvet_post_install.rbPodfile hook for Runner dyld path.
0.80.2 #
- Fix native library discovery for pub.dev consumers: resolve
package:welvetroot viapackage_config.jsoninstead of cwd-relative paths.
0.80.1 #
- Fix pub.dev tarball: include prebuilt
native/andmacos/Frameworks/binaries (0.80.0 omitted them due to.gitignore).
0.80.0 #
- Initial pub.dev release: Flutter FFI plugin for Loom Welvet C-ABI.
- Dart bindings (
loomLib/LoomLib) with train, morph, polymorphic forward/backward, JSON + entity persistence. - Prebuilt natives for Linux, macOS, Windows, Android, iOS (via
tool/copy_native.sh). - Lucy [7] seven-layer suite:
dart run welvet:seven_layer. - Tests mirroring Python
consumer_smoke.pyandbenchmark_seven_layer.py.