infinyon / fluvio

Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.
https://www.fluvio.io/
Apache License 2.0
3.88k stars 489 forks source link

chore: update wasmtime and wasi-common to 23.0.2 #4135

Closed fraidev closed 3 months ago

fraidev commented 3 months ago

This version fixed the cross-compilation bug.

Related:

digikata commented 3 months ago

We should probably stay in sync w/ SDF on these dep versions, but maybe we can merge when sdf goes to 23 too?

fraidev commented 3 months ago

We should probably stay in sync w/ SDF on these dep versions, but maybe we can merge when sdf goes to 23 too?

I think that is ok to merge because SDF is already using two diferent wasmtime versions. It's using the wasmtime 21 and Fluvio 0.11.11 that uses wasmtime 22.

When we update SDF to Fluvio 0.11.12 we could update wasmtime to 23 too.