Interactive Holidays Demo with WASM on Fermyon Cloud

Here we test calling a serverless WASM function deployed to Fermyon Cloud. This interactive demo allows you to explore holidays for different years, showcasing the power of WebAssembly in serverless environments.

About This Demo

This application demonstrates:

Try It Out

The widget below connects to a WASM function deployed on Fermyon Cloud to calculate holidays for the year 2025.

Technical Implementation

The backend is built using:

Source Code

If you’re interested in the technical details, you can find the complete source code here:

Repository: https://github.com/sweisser/holiday

This project showcases how modern web applications can leverage WebAssembly for computationally intensive tasks while maintaining excellent performance and portability across different platforms.

Why WASM + Serverless?

The combination of WebAssembly and serverless computing offers several advantages:

  1. Performance: Near-native execution speed
  2. Portability: Run anywhere with consistent behavior
  3. Security: Sandboxed execution environment
  4. Efficiency: Smaller binary sizes compared to traditional containers
  5. Language Flexibility: Write in Rust, C++, or other compiled languages

This demo represents the future of web applications - fast, secure, and highly portable serverless functions that can be deployed anywhere.

Holidays for 2025