wren-core-wasm-v0.4.1
Canner/WrenAIwren-core-wasm-v0.4.1May 15, 2026by github-actions[bot]
AI Summary
This release addresses a critical bug in the WebAssembly core that caused UNION ALL queries to fail during execution. It resolves the runtime trap by ensuring query execution is handled through a tokio runtime.
Key Highlights
- Fixed UNION ALL trap in wren-core-wasm
- Introduced tokio runtime for query execution
- Resolved issue #2291
Full Release Notes
## [0.4.1](https://github.com/Canner/WrenAI/compare/wren-core-wasm-v0.4.0...wren-core-wasm-v0.4.1) (2026-05-15) ### Bug Fixes * **wren-core-wasm:** drive query() through a tokio runtime (UNION ALL trap) ([#2291](https://github.com/Canner/WrenAI/issues/2291)) ([f0748f5](https://github.com/Canner/WrenAI/commit/f0748f58a412a7708c39dae1e64ffeb13aa33dd6))