0xmozak / mozak-vm

Mozak RISC-V Virtual Machine
Apache License 2.0
12 stars 8 forks source link

Use shared cache for mozakvm examples #1787

Open codeblooded1729 opened 4 months ago

codeblooded1729 commented 4 months ago

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.