Comment by westurner

9 months ago

> I would consider Docker for VMs instead.

Native Containers would probably solve here, too.

From >>> ostree native containers are bootable host images that can also be built and signed with a SLSA provenance attestation;

2 comments

westurner

Reply

> What is the most minimal microvm for WASM / WASI,

By setting up an image with wasmtime for example.

> and what are the advantages to running WASM workloads with firecracker or microsandbox?

I can think of stronger isolation or when you have legacy stuff you need to run alongside.