wasm-v2.6.0

run-llama/liteparsewasm-v2.6.0Jul 14, 2026by github-actions[bot]

AI Summary

WASM version 2.6.0 introduces support for older glibc on releases, fixes stub fallback in wasm build, adds opt-in inline is-complex signals for JSON parsing results, and fixes version derivation from package metadata.

Key Highlights

  • Support for older glibc on releases
  • Fixed proper stub fallback in wasm build
  • Added inline is-complex signals for JSON parsing (opt-in)
  • Fixed version derivation from package metadata

New Features

  • Support for older glibc on releases
  • Inline is-complex signals for JSON parsing (opt-in)

Full Release Notes

## What's Changed
* feat: support older glibc on releases by @logan-markewich in https://github.com/run-llama/liteparse/pull/355
* fix: proper stub fallback in wasm build by @logan-markewich in https://github.com/run-llama/liteparse/pull/354
* feat: add inline is-complex signals to parse json result, opt-in only by @logan-markewich in https://github.com/run-llama/liteparse/pull/356
* fix: derive __version__ from package metadata instead of a stale literal by @knealfortegra in https://github.com/run-llama/liteparse/pull/350

## New Contributors
* @knealfortegra made their first contribution in https://github.com/run-llama/liteparse/pull/350

**Full Changelog**: https://github.com/run-llama/liteparse/compare/crates-v2.5.1...wasm-v2.6.0