leptos-rs / cargo-leptos

Build tool for Leptos (Rust)
MIT License
314 stars 87 forks source link

Added the ability to compile the server to a WASM or WASI lib #249

Closed benwis closed 3 months ago

benwis commented 3 months ago

To better support Spin, I've modified cargo-leptos to be able to generate wasi lib servers (and probably wasm32-unknown-unknown) ones too