| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.2.3 source code.tar.gz | 2026-05-23 | 2.7 MB | |
| 3.2.3 source code.zip | 2026-05-23 | 2.7 MB | |
| README.md | 2026-05-23 | 997 Bytes | |
| Totals: 3 Items | 5.4 MB | 0 | |
Safari support is back in 3.2 release (With WebGPU support! 🚀🚀)
The 3.2 release brings back support for Safari browser via an optional @wllama/wllama-compat package.
The best part? You don't need to change anything in your application's code. The compat package will be pulled automatically from CDN! And if you want to store the compat package locally, we also support that!
Refer to this documentation for more details: https://github.com/ngxson/wllama/blob/master/compat/README.md
Looking for a demo? --> https://huggingface.co/spaces/ngxson/wllama (Work best on Chromium-based browsers)
View full release note here:
- V3.1: https://github.com/ngxson/wllama/blob/master/guides/intro-v3.1.md
- V3.0: https://github.com/ngxson/wllama/blob/master/guides/intro-v3.0.md
What's Changed
- enable async file read in compat mode by @ngxson in https://github.com/ngxson/wllama/pull/224
Full Changelog: https://github.com/ngxson/wllama/compare/3.2.2...3.2.3