CosmWasm / serde-json-wasm

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

Add rust primitive integer 128 type support #32

Closed loloicci closed 2 years ago

loloicci commented 3 years ago

Implementing serializer i128/u128 to string, deserializer string to i128/u128

https://github.com/CosmWasm/cosmwasm/issues/1162#issuecomment-968727629