Skip to content

Commit

Permalink
Add changelog entry for rustwasm#3962
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoulHC committed Jul 12, 2024
1 parent 4287de8 commit 99de505
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

### Added

* Support for iterable in WebIDL. Gives `entries`, `keys`, `values` methods for regular and asynchronous, as well as 'for_each` for normal iterables
[#3962](https://github.com/rustwasm/wasm-bindgen/pull/3962)

* Allow exporting functions named `default`. Throw error in wasm-bindgen-cli if --target web and
an exported symbol is named `default`.
[#3930](https://github.com/rustwasm/wasm-bindgen/pull/3930)
Expand Down

0 comments on commit 99de505

Please sign in to comment.