v0.2.83

MystenLabs/suiv0.2.83Apr 24, 2026by akaashrp

AI Summary

This release adds support for cross-origin storage, integrity verification for model artifacts, and subgroup support with a new wasm gating example. It also upgrades the TVMJS version and refactors the LLM chat function registration.

Key Highlights

  • Cross-origin storage support
  • Integrity verification for model artifacts
  • Subgroup support and wasm gating example
  • Refactored llm_chat.ts to be KV state-aware
  • Upgraded TVMJS to 0.24.0-dev3

New Features

  • Cross-origin storage support
  • Integrity verification for model artifacts
  • Subgroup support and wasm gating example

Full Release Notes

## What's Changed
* Add support for cross-origin storage 
* Support integrity verification for model artifacts
* Add subgroup support and subgroup wasm gating example
* Refactor `llm_chat.ts` function registration to be kv state-aware
* Upgrade `tvmjs` version to `0.24.0-dev3`
* Fix rollup issues and upgrade miscellaneous dependencies

**Full Changelog**: https://github.com/mlc-ai/web-llm/compare/v0.2.82...v0.2.83