English

WebAssembly and Unikernels: A Comparative Study for Serverless at the Edge

Distributed, Parallel, and Cluster Computing 2025-09-12 v1 Performance

Abstract

Serverless computing at the edge requires lightweight execution environments to minimize cold start latency, especially in Urgent Edge Computing (UEC). This paper compares WebAssembly and unikernel-based MicroVMs for serverless workloads. We present Limes, a WebAssembly runtime built on Wasmtime, and evaluate it against the Firecracker-based environment used in SPARE. Results show that WebAssembly offers lower cold start times for lightweight functions but suffers with complex workloads, while Firecracker provides higher, but stable, cold starts and better execution performance, particularly for I/O-heavy tasks.

Keywords

Cite

@article{arxiv.2509.09400,
  title  = {WebAssembly and Unikernels: A Comparative Study for Serverless at the Edge},
  author = {Valerio Besozzi and Enrico Fiasco and Marco Danelutto and Patrizio Dazzi},
  journal= {arXiv preprint arXiv:2509.09400},
  year   = {2025}
}

Comments

Accepted at VHPC25

R2 v1 2026-07-01T05:31:56.366Z