We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I am using rust_decimal for precise calculations but unfortunately the following isn't supported
rust_decimal
#[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.
wasm_bindgen