Skip to content

Commit 469a0da

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

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
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.

crates/js-component-bindgen/CHANGELOG.md

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

3+
## [1.13.0] - 2025-11-03
4+
5+
### 🚀 Features
6+
7+
* *(bindgen)* return promises for sync lowered async functions by @vados-cosmonic
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* *(bindgen)* allow extended const wasm feature during parse by @vados-cosmonic in #1085
13+
14+
* *(bindgen)* async task return value by @vados-cosmonic in #1084
15+
16+
* *(bindgen)* assert for stack values during a return for async by @vados-cosmonic
17+
18+
* *(bindgen)* fix async return param logic by @vados-cosmonic
19+
20+
* *(bindgen)* declare within declare for reserved words by @vados-cosmonic
21+
22+
23+
### ⚙️ Miscellaneous Tasks
24+
25+
* *(bindgen)* fix lint by @vados-cosmonic
26+
27+
* *(bindgen)* fix lint by @vados-cosmonic
28+
29+
* *(bindgen)* update upstream deps by @vados-cosmonic in #1028
30+
31+
* *(bindgen)* remove leftover debug logs by @vados-cosmonic in #979
32+
33+
34+
35+
336
## [1.12.0] - 2025-08-25
437

538
### 🚀 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.12.0"
3+
version = "1.13.0"
44
license = "Apache-2.0 WITH LLVM-exception"
55
categories = ["wasm"]
66
keywords = ["webassembly", "wasm"]

0 commit comments

Comments
 (0)