Skip to content
New issue

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

Feature Request: Support wasm_bindgen for Decimal #613

Open
ChristianIvicevic opened this issue Oct 13, 2023 · 0 comments · May be fixed by #650
Open

Feature Request: Support wasm_bindgen for Decimal #613

ChristianIvicevic opened this issue Oct 13, 2023 · 0 comments · May be fixed by #650

Comments

@ChristianIvicevic
Copy link

I am using rust_decimal for precise calculations but unfortunately the following isn't supported

#[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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants