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
Currently, all our examples are compiled separately, with each having its own Cargo.lock files. This leads to recompilation of shared dependencies like mozak-sdk or rkyv for each example. We should probably use something like scacche to share the build dependencies to avoid recompilation.
The text was updated successfully, but these errors were encountered:
Currently, all our examples are compiled separately, with each having its own
Cargo.lock
files. This leads to recompilation of shared dependencies likemozak-sdk
orrkyv
for each example. We should probably use something likescacche
to share the build dependencies to avoid recompilation.The text was updated successfully, but these errors were encountered: