mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-17 16:50:48 +00:00
1033: Improve default compiler story for wasmer cli r=MarkMcCaskey a=MarkMcCaskey This PR needs the following to be ready to ship: - [x] Verified make commands are still fine - [x] Verified this doesn't do anything bad in CI This PR adds: - compile_error if no backend is specified in wasmer.rs - readds clif as the default - improves the error message saying "specified backend not found" to include the name of the backend that it couldn't find Co-authored-by: Mark McCaskey <mark@wasmer.io> Co-authored-by: Mark McCaskey <5770194+markmccaskey@users.noreply.github.com>