We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca6986 commit dc4ed50Copy full SHA for dc4ed50
CHANGELOG.md
@@ -20,6 +20,10 @@
20
* Add bindings to `Date.to_locale_time_string_with_options`.
21
[#4384](https://github.com/rustwasm/wasm-bindgen/pull/4384)
22
23
+* `#[wasm_bindgen]` now correctly applies `#[cfg(...)]`s in `struct`s.
24
+ [#4351](https://github.com/rustwasm/wasm-bindgen/pull/4351)
25
+
26
27
### Changed
28
29
* Optional parameters are now typed as `T | undefined | null` to reflect the actual JS behavior.
0 commit comments