DEV Community

Deploying WASM to Fastly's Edge

Bryan Burgers on September 08, 2019

Not so long ago, Fastly introduced a new platform for edge programming. Fastly's vision is to use wasm to sandbox and run applications, which means...
Collapse
 
jeikabu profile image
jeikabu

Once WASI (which Fastly is involved with afaik) is a bit further along I hope all cloud vendors support this. AWS lambda supports a large number of runtimes which is a bit crazy. Although I hope they also keep the "standalone executable" option that Rust also can generate. 😉

Collapse
 
duffn profile image
Nicholas Duffy

Good post, thank you. You can also do this with Cloudflare workers. developers.cloudflare.com/workers/...