AssemblyLift is framework for the serverless cloud.
High performance + tiny footprint.
Built from the ground-up in Rust with security first-in-mind.
$> cargo install assemblylift-cli
Install the CLI to get started.
$> asml init -n my_app
Then create your first project!
By default, WebAssembly (WASM) modules are unable communicate with the outside world. No sockets. No filesystem!
AssemblyLift provides this functionality via IO Modules, which execute network & storage functions on behalf of the module.
AssemblyLift keeps a tight deployment footprint and low memory overhead.
That means smaller bills for you! 💰
AssemblyLift is built using Wasmer, a WebAssembly engine which can offer performance close to native binary execution (and getting faster all the time! 🚀).