madonoharu / tsify

A library for generating TypeScript definitions from rust code.
Apache License 2.0
300 stars 41 forks source link

Allow Passing Options to serde_wasm_bindgen #26

Open cwfitzgerald opened 1 year ago

cwfitzgerald commented 1 year ago

serde_wasm_bindgen has various options to change the behavior of the translation between rust and javascript. It would be useful to expose them through attributes on the macro.

Notably: