How to integrate native js or c++ code for fastly service?
Hi Team,
After reading about vcl and its limitations, I was wondering if we can run program written in languages like c++, js for fastly service like cloudflare worker.
I also read about project lucet but I didn't find much about it and how to use it now.
Thanks
-
Hi Ravi,
Lucet is a WebAssembly compiler and runtime that is the engine behind Compute@Edge, which is our serverless compute environment that will allow you to deploy and run complex logic at the edge securely, to scale, and with high performance. It is currently in beta, and you can sign-up for it here: https://www.fastly.com/products/edge-compute/serverless.
Lucet is an open-source project, and you can access the repository and the documentation at these links:
Repository: https://github.com/bytecodealliance/lucet
Documentation: https://github.com/bytecodealliance/lucetWould be interested to know what your use cases are so as to understand how we can help to support them.
Please sign in to leave a comment.
Comments
1 comment