CosmWasm / serde-json-wasm

serde_json for Wasm programs (small, deterministic, no floats)
Apache License 2.0
30 stars 15 forks source link

Not support for float numbers? #62

Open miaocb opened 1 year ago

miaocb commented 1 year ago

Floating-point numbers don't seem to be supported, when will they be?

webmaster128 commented 1 year ago

Since CosmWasm currently disallows floating point operations, they are not implemented here. There are plans to work on that over the course of the year.