Disclaimer: This summary has been generated by AI. It is experimental, and feedback is welcomed. Please reach out to info@qconlondon.com with any comments or concerns.
Title: WASM Components are a FaaS' Best Friend
Speaker: Laurent Doguin, Director of Developer Relations & Strategy at Couchbase
Introduction:
The presentation explores the role of WebAssembly (WASM) components in enhancing Function as a Service (FaaS) platforms. It outlines the complexities involved in creating scalable, secure, and flexible FaaS architectures and how WASM offers a robust alternative to traditional containerization methods.
What is FaaS?
FaaS involves running application functions as needed on a serverless runtime, which abstracts away server management.
- WASM Benefits:
- WASM components are portable and lightweight, supporting a wide range of languages, and offer good security and isolation.
- They enhance observability with full support for OpenTelemetry.
Function and Serverless Architecture Differences:
FaaS is a subset of serverless computing, focusing on executing small, discrete pieces of code within a larger system.
Practical Example:
Laurent shared a use case involving CNCF's wasmCloud and Couchbase, highlighting how WASM-based solutions can be implemented in real-world applications.
NATS Messaging System:
Described as a critical component for inter-component communication, NATS facilitates message-passing across distributed systems in the WASM architecture.
- Challenges in Integration:
- Memory management and data exchange between WASM modules can be complex, but the new WebAssembly Component Model simplifies this by standardizing interfaces.
- WASM allows for extensive capability configurations, enhancing multi-cloud and multi-platform deployments.
The session concludes with an optimistic outlook on WASM’s potential to reshape serverless architecture, enabling broader adoption and flexibility in function deployment.
This is the end of the AI-generated content.
Why would you build your own Function as a Service platform and what does a FaaS architecture look like? Building something that can scale to zero, work with your existing systems, stay secure, and handle different workloads isn’t easy. You need a runtime that’s flexible, supports multiple languages, and provides good isolation.
When the industry first tackled this, containers seemed like the obvious answer. Maybe containers were the reason why developers started working on FaaS in the first place. But what if there was a better tool for the job? Enter WebAssembly.
In this talk, we’ll take a look at some challenges of building FaaS platforms, the typical existing architectural, and why more teams—like those at Cloudflare, Fastly, and even American Express—are betting on WebAssembly.
We'll wrap things up with a practical example using CNCF's wasmCloud and Couchbase, and show what this new approach can look like in the real world.
Speaker

Laurent Doguin
Director Developer Relations & Strategy @couchbase, Previously Developer Advocate @Clever Cloud and @Nuxeo
Laurent is a nerdy metal head who lives in Paris. He mostly writes code in Java and structured text in AsciiDoc, and often talks about data, reactive programming and other buzzwordy stuff. He is also a former Developer Advocate for Clever Cloud and Nuxeo where he devoted his time and expertise to helping those communities grow bigger and stronger. He now runs Developer Relations at Couchbase.