Category: Software, Data, Docker, container, github, artificial-intelligence

Vercel is a leading platform for developing and hosting Jamstack applications. Unlike traditional web apps, where the UI is dynamically generated at runtime from a server, a Jamstack application consists of a static UI (in HTML and JavaScript) and a set of serverless functions to support dynamic UI elements via JavaScript.

As we discussed above, the reason to use WebAssembly, and WasmEdge, is to further improve performance.

Deploy the repo to Vercel and you now have a Vercel Jamstack app with a high-performance Rust and WebAssembly based serverless backend.

Running WasmEdge from Vercel’s current serverless container is an easy way to add high-performance functions to Vercel applications.

Related Articles