AssemblyLift
HomeRepo
v0.2
v0.2
  • Welcome to AssemblyLift
  • Learn AssemblyLift
    • Getting Started
    • Services
    • Functions
      • Rust Functions
    • How to Build
    • How to Deploy
  • Resources
    • The Lexicon
    • Tutorial: Build a "todo list" backend with AssemblyLift
Powered by GitBook
On this page

Was this helpful?

  1. Learn AssemblyLift

How to Build

PreviousRust FunctionsNextHow to Deploy

Last updated 4 years ago

Was this helpful?

AssemblyLift applications are built using the cast command:

$ asml cast

This command will compile each function in each service using the language's build tool, and then compile the resulting WASM to backend-native binary.

In addition, asml will invoke & generate an infrastructure plan for your project. All build artifacts are serialized to the net directory.

Terraform