Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.11 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.11 KB

Spin WASM Component Demo

This package is intended as a demo on how to use Fermyon Spin to seamlessly integrate HTTP middleware components cross-language on Spin components that follow the WASI HTTP 0.2 specification

Setup

Building

  • Build the auth component with cargo component build --release
  • Build spin components with spin build
  • Start the app with spin up -- you should now be able to hit the /rust-api and /py-api endpoints to demonstrate linked auth middleware for both.

Future Goals