leptos-rs / leptos_wasi

Leptos WASI Preview 2 integration, working with wasmcloud and possibly others
MIT License
9 stars 2 forks source link

Improve usage section #5

Open raskyld opened 1 week ago

raskyld commented 1 week ago

Since the crate has been used in two different place successfully, I would like to improve the "Usage" section of the README. It is still using unreleased git references in its dependencies but I guess once Leptos 0.7 is out, that's basically it!

I think we can:

  1. Create a starter template repository and add a reference to it in the Usage section,
  2. Also add references to WASI compatible runtimes integrations which use this crate (e.g., spin, and latter wasmcloud) (cc @ogghead)

So I guess, I can start working on (1) but it looks like the current practice is to have a dedicated "starter" repository, tell me if that would be possible @benwis 🙏

End goal being that users can start actively playing with the crate by cloning the template or heading to the runtime specific ones!

benwis commented 1 week ago

Absolutely possible, I'd be happy to make a start-wasmCloud or whatever repo if you'd like to set that up.

On Thu, Nov 14, 2024, at 1:24 PM, Enzo Nocera wrote:

Since the crate has been used in two different place successfully, I would like to improve the "Usage" section of the README. It is still using unreleased git references in its dependencies but I guess once Leptos 0.7 is out, that's basically it!

I think we can:

  1. Create a starter template repository and add a reference to it in the Usage section,
  2. Also add references to WASI compatible runtimes integrations which use this crate (e.g., spin, and latter wasmcloud) (cc @ogghead https://github.com/ogghead) So I guess, I can start working on (1) but it looks like the current practice is to have a dedicated "starter" repository, tell me if that would be possible @benwis https://github.com/benwis 🙏

End goal being that users can start actively playing with the crate by cloning the template or heading to the runtime specific ones!

— Reply to this email directly, view it on GitHub https://github.com/leptos-rs/leptos_wasi/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVBTCKLUZ6MPZNMYYOC6FT2AUIJNAVCNFSM6AAAAABRZ2PSYWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY3DAMBYHA3DQNA. You are receiving this because you were mentioned.Message ID: @.***>

raskyld commented 1 week ago

I think start-wasi to stay consistent with this crate name :D

benwis commented 1 week ago

I think start-wasi to stay consistent with this crate name :D

Created and invited