Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Latest commit

 

History

History
58 lines (43 loc) · 3.11 KB

File metadata and controls

58 lines (43 loc) · 3.11 KB

FTL Documentation

Welcome to the official documentation for fastertool's FTL framework!

Whether you're building your first AI tool or already deploying a complex polyglot server to the edge, these docs are your guide to mastering the framework. The docs are organized into the general categories that should help best answer the questions you have.

These are living documents. If you see something that could be improved, please let us know or cut a PR—leave it better than you found it!

Documentation Structure

Tutorials for absolute beginners

Understanding how FTL works

Technical API documentation

Join the FTL community

Additional Resources

FTL Project Resources

WebAssembly & Component Model

  • WebAssembly.org - Official WebAssembly documentation and specifications
  • Component Model - WebAssembly Component Model specification and guides
  • WASI - WebAssembly System Interface for secure system access

Spin Framework

Related Technologies