#wasm-bindgen #macro #derivation #exported

no-std wasm-bindgen-derive

Trait derivation macros for wasm-bindgen

5 unstable releases

0.3.0 May 15, 2024
0.2.1 Jun 3, 2023
0.2.0 May 19, 2023
0.1.1 Mar 16, 2023
0.1.0 Sep 17, 2022

#556 in WebAssembly

Download history 4433/week @ 2024-08-25 4844/week @ 2024-09-01 4903/week @ 2024-09-08 4819/week @ 2024-09-15 5013/week @ 2024-09-22 5001/week @ 2024-09-29 3363/week @ 2024-10-06 2801/week @ 2024-10-13 1886/week @ 2024-10-20 205/week @ 2024-10-27 150/week @ 2024-11-03 258/week @ 2024-11-10 375/week @ 2024-11-17 412/week @ 2024-11-24 336/week @ 2024-12-01 277/week @ 2024-12-08

1,431 downloads per month
Used in 7 crates (6 directly)

MIT license

10KB
77 lines

Trait derivation macros for wasm-bindgen

crate Docs License Build Status

This crate contains a derivation macro for TryFrom<&JsValue> for T, where T is a type exported to JavaScript. See the documentation for usage examples.

Dependencies

~2.5MB
~50K SLoC