wasm-v2.0.8

Chainlit/chainlitwasm-v2.0.8Jun 11, 2026by github-actions[bot]

AI Summary

WASM bindings for LiteParse v2.0.8 include improvements for OCR rotation handling, thread safety, performance optimizations, and request management.

Key Highlights

  • Add HTTP OCR rotation handling
  • Make LiteParse safe to share across threads
  • Drop redundant RGBA buffer in OCR page render
  • Improve OCR handling for complex docs
  • Avoid starving tokio loop with too many HTTP requests

New Features

  • HTTP OCR rotation handling
  • Thread safety improvements
  • Performance optimizations (buffer dropping)
  • Complex document OCR improvements
  • Tokio loop starvation fix

Full Release Notes

## What's Changed
* feat: Add HTTP OCR rotation handling by @logan-markewich in https://github.com/run-llama/liteparse/pull/287
* Make LiteParse safe to share across threads by @AstraBert in https://github.com/run-llama/liteparse/pull/280
* perf(ocr): drop redundant RGBA buffer in OCR page render by @jmho-govsignals in https://github.com/run-llama/liteparse/pull/283
* feat: improve ocr handling for complex docs by @logan-markewich in https://github.com/run-llama/liteparse/pull/292
* fix: avoid starving tokio loop with too many http ocr requests by @logan-markewich in https://github.com/run-llama/liteparse/pull/293


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