Open ChristianIvicevic opened 8 months ago
I am not quite sure why the actions fail exactly but it feels like an issue with the macros crate referencing the published core crate which doesn't have the wasm support yet. Unfortunately I can't really figure out more than this. In the previous PR there were talks about having to adjust the CI most likely.
@paupino Were you able to set aside some time to investigate how to refactor the workflow in order to make this PR pass the pipeline?
@ChristianIvicevic I did start looking at it in this branch, however have yet to complete it. I'll see if I can pick it up again to get it over the line - it turns out to be a bit trickier than I anticipated!
A new optional feature 'wasm' has been introduced in the codebase. This enables
wasm-bindgen
support, makingDecimal
compatible with thewasm_bindgen
attribute macro, and exposesfromNumber()
andtoNumber()
methods to convert betweenDecimal
and the primitivenumber
type.Fixes #613