Skip to content

Commit 27954af

Browse files
vados-cosmonicgithub-actions[bot]
authored andcommitted
release: js-component-bindgen v1.19.0-rc.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2347cb6 commit 27954af

4 files changed

Lines changed: 45 additions & 3 deletions

File tree

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.54.0", 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.18.0", path = "./crates/js-component-bindgen" }
60+
js-component-bindgen = { version = "1.19.0-rc.0", path = "./crates/js-component-bindgen" }

crates/js-component-bindgen/CHANGELOG.md

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

3+
## [1.19.0-rc.0] - 2026-05-12
4+
5+
### 🚀 Features
6+
7+
- _(bindgen)_ add support for stream reads with count > 1 by @andreiltd
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
- _(bindgen)_ register p3 global table-map intrinsics before per-table assignments by @GamePad64 in #1464
13+
14+
- _(bindgen)_ fix result rejection lowering and stream drop propagation by @andreiltd in #1461
15+
16+
- _(bindgen)_ allow external crates to use intrinsic renderer by @vados-cosmonic in #1462
17+
18+
- _(bindgen)_ ensure moving storage pointers by abi size by @andreiltd in #1452
19+
20+
- _(bindgen)_ cache the listValue implementation by @andreiltd in #1445
21+
22+
- _(bindgen)_ lift numeric p3 lists and streams as typed arrays by @andreiltd
23+
24+
- _(bindgen)_ populate imported resource lower metadata by @andreiltd in #1450
25+
26+
- _(bindgen)_ use async ABI for async imports by @andreiltd in #1449
27+
28+
- _(bindgen)_ address code review by @andreiltd
29+
30+
- _(bindgen)_ get blocked copy result from pending event by @andreiltd
31+
32+
- _(bindgen)_ avoid async future and stream host injection deadlocks by @andreiltd
33+
34+
35+
### 🚜 Refactor
36+
37+
- _(bindgen)_ move stream host injection readiness check by @andreiltd in #1437
38+
39+
40+
41+
## New Contributors
42+
* @GamePad64 made their first contribution in [#1464](https://github.com/bytecodealliance/jco/pull/1464)
43+
44+
345
## [1.18.0] - 2026-04-29
446

547
### 🚀 Features

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.18.0"
3+
version = "1.19.0-rc.0"
44
license = "Apache-2.0 WITH LLVM-exception"
55
categories = ["wasm"]
66
keywords = ["webassembly", "wasm"]

0 commit comments

Comments
 (0)