Fastly, Inc. announced the availability of JavaScript in Compute@Edge, allowing developers to build with even more flexibility in Fastly’s serverless compute environment. With more JavaScript developers in the world than there are for any other development language, the availability of a faster, more secure way of building with JavaScript brings Compute@Edge’s safety benefits and speedy execution to more workloads around the globe. For years, JavaScript developers have had to navigate ~250+ milliseconds of startup latency in serverless environments. Known as cold starts, this latency delays request processing, slowing down time-sensitive applications and websites. To compensate for these delays, developers have tried adding more functions into a single serverless deployment, leading to increased security risks due to a larger blast radius for attacks. Combined with some alternative platforms’ lack of proper sandboxing between instances, serverless JavaScript has fallen prey to attackers, and developers have either avoided serverless technology or had to accept the shortcomings in safety and speed. Fastly solves for both of these challenges through key architectural decisions made when Compute@Edge was initially built. Instead of relying on existing technologies for serverless compute - like reusable containers - Fastly built Compute@Edge using WebAssembly. This high-performance technology allows Compute@Edge to scale with startup times that are 100x faster than other serverless offerings on the market, so customers can now execute JavaScript code without having to worry about cold start times. With security in mind, Fastly developed a unique, highly-secure isolation technology that creates and destroys a sandbox for each individual request from JavaScript compiled through WebAssembly. Fastly has been laser focused on enhancing the developer experience for Compute@Edge and also recently announced its local testing environment, allowing developers to run test code with production level parity so they can find and fix issues fast while building for scale and performance within a serverless compute environment.