You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
vmx
added a commit
that referenced
this issue
Feb 3, 2022
To enable smaller wasm modules, @samuelburnham and I have been plumbing
no_std
support (usingcore2
) throughrust-multihash
(branch) andrust-cid
(branch. @samuelburnham has a libipld branch implementingno_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 inlibipld
, merge @samuelburnham's changes there (possibly merging changes like #115 before cutting a final release).The text was updated successfully, but these errors were encountered: