DEV Community

Discussion on: Parcel and Rust: A WASM Romcom

Collapse
 
martinkavik profile image
Martin Kavík

Hi, guys Seed maintainer here.

There is a Rust-only template for Seed apps, but it shouldn't be hard to modify it if you don't want to use Seed. The heart is cargo-make - it's a very nice cross-platform task runner and it can install things like wasm-pack automatically.

I see you like Tailwind - perhaps production ready webpack & tailwind template would be interesting for you.

I'm just rewriting Seed official guides from scratch, but once ready I'll be working on a "one-command starter" for Rust apps - Seeder.

Cheers, Martin

Collapse
 
alexeales profile image
Alex Eales

Hi Martin,

I remember looking into Seed a little while ago and am thinking of exploring it further given another break from project work! Also the webpack and tailwind template would be interesting as setting up PostCSS with Parcel was another dependency I didn't want to set up.

Looking forward to seeing Seed develop and this one-command started!

Thanks for reading :)