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

no_std support #116

Closed
Stebalien opened this issue Dec 2, 2021 · 0 comments · Fixed by #136
Closed

no_std support #116

Stebalien opened this issue Dec 2, 2021 · 0 comments · Fixed by #136

Comments

@Stebalien
Copy link
Contributor

To enable smaller wasm modules, @samuelburnham and I have been plumbing no_std support (using core2) through rust-multihash (branch) and rust-cid (branch. @samuelburnham has a libipld branch implementing no_std support.

At the moment, all the changes live on a next branch so we can release everything all at once (these branches include some breaking changes, like a switch to const generics).

My hope was to create a next branch in libipld, merge @samuelburnham's changes there (possibly merging changes like #115 before cutting a final release).

vmx added a commit that referenced this issue Feb 3, 2022
Introduce `std`, and `alloc` features, so that it can be used in no_std
environments.

Closes #116.
vmx added a commit that referenced this issue Feb 3, 2022
Introduce `std` features, so that it can be used in no_std environments.

Closes #116.
vmx added a commit that referenced this issue Feb 4, 2022
Introduce `std` features, so that it can be used in no_std environments.

Closes #116.
@vmx vmx closed this as completed in #136 Feb 4, 2022
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