Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ wit-bindgen-core = { version = "0.54.0", default-features = false }
wit-component = { version = "0.245.1", features = ["dummy-module"] }
wit-parser = { version = "0.245.1", default-features = false }

js-component-bindgen = { version = "1.17.0", path = "./crates/js-component-bindgen" }
js-component-bindgen = { version = "1.18.0", path = "./crates/js-component-bindgen" }
37 changes: 37 additions & 0 deletions crates/js-component-bindgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## [1.18.0] - 2026-04-29

### 🚀 Features

- _(bindgen)_ implement future<future<t>> lower by @vados-cosmonic

- _(bindgen)_ fill out future lower impl by @vados-cosmonic


### 🐛 Bug Fixes

- _(bindgen)_ return state-only handle when async-lowered import resolves eagerly by @andreiltd in #1434

- _(bindgen)_ use waitable index in p3 future event payload by @andreiltd in #1433

- _(bindgen)_ lint & nested future check by @vados-cosmonic in #1422

- _(bindgen)_ progress towards nested futture read by @vados-cosmonic

- _(bindgen)_ fix task.return param spill check by @vados-cosmonic

- _(bindgen)_ more direct task failure by @vados-cosmonic

- _(bindgen)_ fix error passing for initial export call errors by @vados-cosmonic

- _(bindgen)_ re-enable determinism coinflip by @vados-cosmonic


### ⚙️ Miscellaneous Tasks

- _(bindgen)_ update comment by @vados-cosmonic

- _(bindgen)_ set errored on tasks that error early by @vados-cosmonic




## [1.17.0] - 2026-04-22


Expand Down
2 changes: 1 addition & 1 deletion crates/js-component-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "js-component-bindgen"
version = "1.17.0"
version = "1.18.0"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading