Skip to content

Commit e1cfc24

Browse files
release: js-component-bindgen v1.16.5
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1b3b549 commit e1cfc24

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ wit-bindgen-core = { version = "0.53.1", default-features = false }
5757
wit-component = { version = "0.245.1", features = ["dummy-module"] }
5858
wit-parser = { version = "0.245.1", default-features = false }
5959

60-
js-component-bindgen = { version = "1.16.4", path = "./crates/js-component-bindgen" }
60+
js-component-bindgen = { version = "1.16.5", path = "./crates/js-component-bindgen" }

crates/js-component-bindgen/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [1.16.5] - 2026-03-30
4+
5+
### 🚀 Features
6+
7+
- _(bindgen)_ configure wasmparser for wasm 3.0 support by @vados-cosmonic in #1348
8+
9+
- _(bindgen)_ add drop for external stream class by @vados-cosmonic
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
- _(bindgen)_ generate ancillary type generation for functions by @vados-cosmonic
15+
16+
- _(bindgen)_ bindgen runtime bugs by @vados-cosmonic in #1347
17+
18+
- _(bindgen)_ flat stream lift for nested streams by @vados-cosmonic
19+
20+
- _(bindgen)_ allow for imported resources to be lifted out by @vados-cosmonic
21+
22+
- _(bindgen)_ more gracefully handle missing type data by @vados-cosmonic
23+
24+
- _(bindgen)_ add remaining stream lift tests by @vados-cosmonic
25+
26+
27+
28+
329
## [1.16.4] - 2026-03-24
430

531
### 🐛 Bug Fixes

crates/js-component-bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "js-component-bindgen"
3-
version = "1.16.4"
3+
version = "1.16.5"
44
license = "Apache-2.0 WITH LLVM-exception"
55
categories = ["wasm"]
66
keywords = ["webassembly", "wasm"]

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)