Download Latest Version 3.5.1 source code.zip (2.9 MB)
Email in envelope

Get an email when there's a new version of wllama

Home / 3.4.1
Name Modified Size InfoDownloads / Week
Parent folder
3.4.1 source code.tar.gz 2026-05-30 2.7 MB
3.4.1 source code.zip 2026-05-30 2.8 MB
README.md 2026-05-30 2.3 kB
Totals: 3 Items   5.5 MB 0

Biggest change in 3.4 release: Built-in stack trace for easy debugging

I engineered myself a very efficient format for mapping function ID --> function name that allow having easy-to-debug messages, with almost zero overhead to the binary size

Note: 3.4.1 patch fixed a problem related to CDN build, including the compat package.

For more info, please refer to: https://github.com/ngxson/wllama/pull/239

What's Changed

New Contributors

Full Changelog: https://github.com/ngxson/wllama/compare/3.2.3...3.4.0

Previous release: 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:

Source: README.md, updated 2026-05-30