#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

#121 in WebAssembly

Download history 370/week @ 2024-06-20 224/week @ 2024-06-27 203/week @ 2024-07-04 446/week @ 2024-07-11 598/week @ 2024-07-18 404/week @ 2024-07-25 594/week @ 2024-08-01 1821/week @ 2024-08-08 2588/week @ 2024-08-15 3610/week @ 2024-08-22 4969/week @ 2024-08-29 4888/week @ 2024-09-05 4996/week @ 2024-09-12 4837/week @ 2024-09-19 5021/week @ 2024-09-26 3562/week @ 2024-10-03

19,108 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
~52K SLoC