Skip to content

Feature Request: Support wasm_bindgen for Decimal #613

Open
@ChristianIvicevic

Description

@ChristianIvicevic

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions