wasip3_demo.mp4
This repository contains custom Spin templates for bootstrapping Leptos applications running on WASI. It provides two options for WASI runtimes:
leptos-wasmtime: derived from thecounterexample in theleptos_wasirepository. A pure WASIp3 Guest component that can be served via standard HTTP triggers using either Wasmtime or Spin.leptos-spin: derived from thespin-counterexample in theleptos_wasirepository. A WASIp3 component built with the Fermyonspin-sdkusing key-value triggers.
To install these templates from the Git repository:
spin templates install --git https://github.com/akamai-developers/leptos-spin --upgradeTo create a new project using one of the templates, run:
spin new <project-name> -t leptos-wasmtimespin new <project-name> -t leptos-spin