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
The bdk and other workspace packages default to std support but should be able to be built for no std targets. Rather than complicating the cargo features setup with a no-std feature we should create separate documentation in the repo to demonstrate how to use bdk in a no std target project.
Use case
This is useful for anyone building bdk for a no std target system such as a micro controller or even WASM which has incomplete std support.
Describe the enhancement
The
bdk
and other workspace packages default tostd
support but should be able to be built for nostd
targets. Rather than complicating the cargo features setup with ano-std
feature we should create separate documentation in the repo to demonstrate how to usebdk
in a nostd
target project.Use case
This is useful for anyone building
bdk
for a nostd
target system such as a micro controller or even WASM which has incompletestd
support.Additional context
See discussion in #894
The text was updated successfully, but these errors were encountered: