📄️ Runtime
Hayride is a runtime for building and executing modular WebAssembly components, which we call morphs. It leverages the WebAssembly Component Model and the WASI standard to ensure interoperability and portability across environments.
📄️ CLI
The Hayride CLI morph is a command-line tool that provides a convenient way to interact with the Hayride platform. It allows you to manage Morphs, run commands, and perform various operations related to the Hayride ecosystem.
📄️ Server
The Hayride server morph is a HTTP server that exposes a REST API for the Hayride platform. It is responsible for handling incoming HTTP requests and routing them to the appropriate handlers.