/wasm-bindgen-derive

Trait derivation macros for wasm-bindgen

Primary LanguageRustMIT LicenseMIT

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.