wasix-org / cargo-wasix

Cargo wrapper for working with Webassembly wasi(x).
Apache License 2.0
54 stars 10 forks source link

`cargo-wasix` should check that the accessible version of wasmer is at a minimum compatible version. #26

Open dynamite-bud opened 1 year ago

dynamite-bud commented 1 year ago

As mention in this issue. cargo-wasix runs the program with the version of wasmer available on the system and doesn't checks what minimum compatible version should be there.

For all specific examples across wasix and edge. cargo-wasix should mention that, "User needs wasmer 4.1"