GeistHaus
log in · sign up

Configuration - Wrangler · Cloudflare Workers docs

developers.cloudflare.com

Use a configuration file to customize the development and deployment setup for your Worker project and other Developer Platform products.

9 pages link to this URL
Blog migrated to Cloudflare Workers

This blog just migrated to Cloudflare Workers, Cloudflare’s serverless edge computing solution, because you know, it rocks. This is the workflow I had in mind: I write a new blog post using markdown. I can test things locally before going live. When done, I git add the new post to my repo, then push it to Github. Website gets burned to static files. Website is published to the cloud at Cloudflare. I get a success/failure notification in my Telegram. Done, it’s live. My goal was to fully automate this sequence of events.

0 inbound links article en posts
Introducing Workers Analytics Engine

Workers Analytics Engine is a new way to get telemetry about anything using Cloudflare Workers. Workers Analytics Engine provides time series analytics built for the serverless era.

1 inbound link article en Platform Week
Authoring a SIMD enhanced Wasm library with Rust

All the pieces have come together for widespread Wasm SIMD usage. The majority of browsers and Node 16 LTS support Wasm SIMD out of the box, and Rust recently learned how to compile Wasm intrinsics. Now I need to port a library from x86 SIMD to Wasm SIMD and distribute it in such a way that will fallback to a non-SIMD implementation on unsupported devices.

0 inbound links article en
Recommendations when publishing a Wasm library

A set of recommendations to make publishing a Javascript library that uses Wasm internally easier for application developers. There are a significant number of use cases and edge cases that we’ll code around as we try and cater to several types of developers: from those who may not know or care about Wasm and the broader JS ecosystem, to more experienced developers who want to optimize every last drop.

0 inbound links article en