I am using `rust_decimal` for precise calculations but unfortunately the following isn't supported ```rust #[wasm_bindgen] pub struct Precise { pub value: Decimal, } ``` Therefore I want to request support for `wasm_bindgen` out of the box because support can't be implemented for foreign types.