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

Investigate serde-json-core for smaller build sizes #21

Closed
ethanfrey opened this issue Oct 15, 2019 · 0 comments · Fixed by #46
Closed

Investigate serde-json-core for smaller build sizes #21

ethanfrey opened this issue Oct 15, 2019 · 0 comments · Fixed by #46

Comments

@ethanfrey
Copy link
Member

ethanfrey commented Oct 15, 2019

This seems to be much smaller overhead, not including floats as well. However, it also seems a bit unmaintained....

Start with: https://github.com/japaric/serde-json-core
Definitely want to use this PR as well: rust-embedded-community/serde-json-core#13

I made a custom repo and made it feature complete here: CosmWasm/serde-json-wasm#2

This gives us all the power of serde-json, but using std and only a bit more size then serde-json-core

@ethanfrey ethanfrey added this to Backlog in CosmWasm development Oct 21, 2019
@ethanfrey ethanfrey moved this from Backlog to In progress in CosmWasm development Oct 26, 2019
CosmWasm development automation moved this from In progress to Done Oct 26, 2019
@ethanfrey ethanfrey removed this from Done in CosmWasm development Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant