Edge Computing with Cloudflare Workers
Use the language of your choice with Pages Functions via WebAssembly

Use the language of your choice with Pages Functions via WebAssembly

3/24/2023 · Carmen Popoviciu

What this post added

Introduced WebAssembly (Wasm) support for Cloudflare Pages Functions, allowing developers to deploy server-side logic written in languages like Rust, C++, and C# to the edge. This leverages the existing Wasm module support in Cloudflare Workers. The post details how to import and instantiate Wasm modules within Pages Functions, providing a code example using Rust compiled to Wasm. It also introduces the ability to import raw text and binary files as modules.

Read the original post ↗