concoct-rs / concoct

A reactive runtime for embedded systems in Rust
Apache License 2.0
368 stars 8 forks source link

How to run the counter web example #48

Closed DerLando closed 9 months ago

DerLando commented 9 months ago

Hi, first of all great work, I love the simple API of the latest version of concoct!

I wanted to run the counter example, but I could not figure out how to build and serve the .wasm artifact, could you include a step-by-step guide in the example readme f.e.?

matthunz commented 9 months ago

Hi! I used to have a guide to run the examples, I should definitely add that back...

Basically I use https://trunkrs.dev/ and do trunk serve in the counter directory

DerLando commented 9 months ago

Thanks so much, works like a charm :)