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
A dependent needs to supply the core feature to wasmi in order to use it in a no_std build. This is against best practices in the cargo ecosystem because it makes using it awkward.
We should remove this feature and assume a "core build" whenever std is not supplied.
The text was updated successfully, but these errors were encountered:
A dependent needs to supply the
core
feature to wasmi in order to use it in ano_std
build. This is against best practices in the cargo ecosystem because it makes using it awkward.We should remove this feature and assume a "core build" whenever
std
is not supplied.The text was updated successfully, but these errors were encountered: