WasmEdge / wasmedge-rust-sdk

Embed WasmEdge functions in a Rust host app
Apache License 2.0
26 stars 13 forks source link

Difficulty pairing versions of the different SDK crates #107

Closed jprendes closed 1 week ago

jprendes commented 1 month ago

There are several crates making up wasmedge-sdk, and their versions are not synchronized. So far, the version table in the README has been helpful to workaround this, but recently it's become out of sync (e.g., v0.14.0 is not on the table). Personally, I would prefer having all the crates using the same version, synchronized with WasmEdge's version.

L-jasmine commented 1 month ago

I'll update the version table in th README. thank you