We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6167f66 commit c35cc93Copy full SHA for c35cc93
CHANGELOG.md
@@ -5,9 +5,10 @@
5
6
### Changed
7
8
-* Deprecation warning when using an async function as a constructor
+* Deprecate async constructors.
9
[#4402](https://github.com/rustwasm/wasm-bindgen/pull/4402)
10
11
+--------------------------------------------------------------------------------
12
13
## [0.2.100](https://github.com/rustwasm/wasm-bindgen/compare/0.2.99...0.2.100)
14
@@ -36,7 +37,6 @@ Released 2025-01-12
36
37
* `#[wasm_bindgen]` now correctly applies `#[cfg(...)]`s in `struct`s.
38
[#4351](https://github.com/rustwasm/wasm-bindgen/pull/4351)
39
-
40
41
42
* Optional parameters are now typed as `T | undefined | null` to reflect the actual JS behavior.
0 commit comments