2 Commits

Author SHA1 Message Date
f123f69892 chore: inline format args to improve readability
Using this command, fixed format argument inlining to improve readability, and fix a few minor related styling issues like trailing commas in a single line.

```
cargo clippy --all-targets --workspace --exclude wasmer-cli --exclude wasmer-swift -- -D clippy::uninlined_format_args
```
2025-01-22 12:53:01 -05:00
8c74b2cd8c feat: Add wasmer-api crate
Provides bindings to the Wasmer GraphQL api.
2024-01-25 14:32:56 +01:00