We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
rust-decimal
Successfully merging a pull request may close this issue.
I am using
rust_decimal
for precise calculations but unfortunately the following isn't supportedTherefore I want to request support for
wasm_bindgen
out of the box because support can't be implemented for foreign types.The text was updated successfully, but these errors were encountered: