js-component-bindgen-v1.16.6
Changelog
[1.16.6] - 2026-04-16
🚀 Features
-
(bindgen) add support for p3 futures by @vados-cosmonic
-
(bindgen) add explicit checks for lowered numeric primitives by @vados-cosmonic
-
(bindgen) host side stream writes from any async iterator by @vados-cosmonic
-
(bindgen) implement Instruction::StreamLower by @vados-cosmonic
🐛 Bug Fixes
-
(bindgen) use IndexMap for deterministic export iteration order by @wondenge
-
(bindgen) resource hookup for imports by @vados-cosmonic in #1371
-
(bindgen) use adhoc mapping while generating lift/lower fns by @vados-cosmonic
-
(bindgen) impl async stream lower owned resources by @vados-cosmonic
-
(bindgen) implementation of flat lower own by @vados-cosmonic
-
(bindgen) fix async future JS codegen producing invalid output by @wondenge in #1367
-
(bindgen) async stream list lower impl by @vados-cosmonic
-
(bindgen) option, result, flag lowers by @vados-cosmonic
-
(bindgen) async stream option & result lowering by @vados-cosmonic
-
(bindgen) revert utf16 encoding changes by @vados-cosmonic
-
(bindgen) utf16 decode logic by @vados-cosmonic
-
(bindgen) fill in missing lower impls by @vados-cosmonic
-
(bindgen) async stream record lowering impl by @vados-cosmonic
-
(bindgen) async string flat lowering missing realloc by @vados-cosmonic
-
(bindgen) missing ctx in memory usage by @vados-cosmonic
-
(bindgen) host-side write post-read event clearing by @vados-cosmonic
-
(bindgen) fix Instruction::StreamLift in async contexts by @vados-cosmonic
-
(bindgen) done check during read by @vados-cosmonic
-
(bindgen) check for host data in host-controlled streams by @vados-cosmonic
-
(bindgen) stream drop logic by @vados-cosmonic
🚜 Refactor
-
(bindgen) use upstream indexmap dep by @vados-cosmonic
-
(bindgen) factor out strewam write injection, use w/ lower by @vados-cosmonic
-
(bindgen) resource lift handling by @vados-cosmonic
-
(bindgen) move resouce scope tracking by @vados-cosmonic in #1358
-
(bindgen) use older iteration pattern for node 18/20 by @vados-cosmonic in #1343
-
(bindgen) rework lowering code by @vados-cosmonic
-
(bindgen) late handling of string encoding by @vados-cosmonic
⚙️ Miscellaneous Tasks
-
(bindgen) update wasm/wit deps to 0.245.1 by @vados-cosmonic
-
(bindgen) fmt by @vados-cosmonic
-
(bindgen) clippy by @vados-cosmonic
New Contributors
- @wondenge made their first contribution