These were originally separated because spin-app depended on spin-core / wasmtime and spin-locked-app had some dependents that didn't otherwise need wasmtime.
With #2753 this is no longer the case and it would probably be a nice simplification to merge these two crates, with spin_locked_app becoming e.g. spin_app::locked.
These were originally separated because
spin-appdepended onspin-core/wasmtimeandspin-locked-apphad some dependents that didn't otherwise needwasmtime.With #2753 this is no longer the case and it would probably be a nice simplification to merge these two crates, with
spin_locked_appbecoming e.g.spin_app::locked.