Products
- Cloudflare Functions (beta)
- “Functions allow you to leverage the Workers platform directly from within a Pages project by utilizing a project’s filesystem convention. This enables you to deploy your entire site – both its static and dynamic content – when you git push”
- support WebAssembly, which includes compiled languages like C, C++, Rust, and Go
- “For lightweight tasks like redirecting a request to a different URL or checking an authorization token, sticking to pure JavaScript is probably both faster and easier than WASM. WASM programs operate in their own separate memory space, which means that it’s necessary to copy data in and out of that space in order to operate o n “For lightweight tasks like redirecting a request to a different URL or checking an authorization token, sticking to pure JavaScript is probably both faster and easier than WASM. WASM programs operate in their own separate memory space, which means that it’s necessary to copy data in and out of that space in order to operate on”For lightweight tasks like redirecting a request to a different URL or checking an authorization token, sticking to pure JavaScript is probably both faster and easier than WASM. WASM programs operate in their own separate memory space, which means that it’s necessary to copy data in and out of that space in order to operate on”For lightweight tasks like redirecting a request to a different URL or checking an authorization token, sticking to pure JavaScript is probably both faster and easier than WASM. WASM programs operate in their own separate memory space, which means that it’s necessary to copy data in and out of that space in order to operate on it.” it.” it.”it.”
- Functions are deployed to all regions.
- Cloudflare Pages - known issues
- Cloudflare Workers
- Unbound Workers - extend a normal Worker from 50ms CPU limit to 30 seconds
Articles