Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklas Warming Jacobsen committed Apr 22, 2024
1 parent 7dbc7f7 commit e5d21d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,10 @@

### Added

* 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)

* Added support for arbitrary expressions when using `#[wasm_bindgen(typescript_custom_section)]`.
[#3901](https://github.com/rustwasm/wasm-bindgen/pull/3901)

Expand Down

0 comments on commit e5d21d1

Please sign in to comment.