Creating Severless Functions with WebAssembly

preview_player
Показать описание
With fast startup times and a strong security model, WebAssembly aka Wasm is the perfect technology for serverless functions.

Join Matt Butcher (CEO of Fermyon) where he explains what serverless functions are, and how WebAssembly really amps up the speed.
Рекомендации по теме
Комментарии
Автор

Minor correction : Serverless functions like Lambda or Cloud Functions do not terminate after returning the response. They keep reusing the process for subsequent requests. The "200ms cold start" is only present when a request needs to wait for an instance to start.

SterenTV