Skip to content

Commit 7dcefa9

Browse files
committed
Add deprecation warning to README.md
1 parent 33b0c3d commit 7dcefa9

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
> [!WARNING]
2+
> `uniffi-bindgen-node` is no longer being actively developed. It is still in use, and currently the only way
3+
> to run uniffi enabled Rust on Node, Deno and Bun. But it is incomplete.
4+
>
5+
> The development effort is now shifted towards adding NodeJS support to [`uniffi-bindgen-react-native`][ubrn] which already supports
6+
> React Native and WASM. Further details on that effort can be found in [this issue][player-proposal].
7+
>
8+
> While that is going on, pull-requests on this repo are going to take longer than usual to review and merge, and may never be merged.
9+
>
10+
> When the `uniffi-bindgen-react-native` gains NodeJS support it will be renamed to `uniffi-bindgen-javascript`, and this project
11+
> will be deprecated.
12+
13+
[ubrn]: https://github.com/jhugman/uniffi-bindgen-react-native
14+
[player-proposal]: https://github.com/jhugman/uniffi-bindgen-react-native/issues/360
15+
116
# uniffi-bindgen-node
217

318
`uniffi-bindgen-node` is an experimental [uniffi](https://mozilla.github.io/uniffi-rs/latest/)

0 commit comments

Comments
 (0)