This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Description
I apologize if this isn't the place to ask this question and I would ask on StackOverflow, but on SO you either get a really good answer, or a really rude one.
Anyways, I'm new to the serverless technical stuff, but I'm pretty sure I understand the basic concepts. Correct me if I'm wrong, but Lucet is a compiler for lower level code that turns into web assembly code that can run in your browser, AND a runtime for serverless functions written in lower level languages? If Lucet is not a runtime for serverless functions that are written in lower level languages and executed on the backend and accessed through a REST or HTTP request (like AWS Lambda or Cloudflare Workers), can someone please direct me to the software Fastly uses for their functions? (I'm also not 100% sure that Fastly really has this since their site is very vague)
If this is the serverless-like software that can run functions, can someone please tell me how to access them through a rest api?
In the case that I have this all wrong, is anyone aware of the highest performance serverless environment like OpenWhisk, etc. and whether or not there's serverless software that uses all low level code instead of Javascript?
Thank you so much!