3 Commits

Author SHA1 Message Date
63ba59dd23 chore: inline format args to improve readability (2)
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-21 16:26:21 -05:00
81bb1cfe36 chore: Fix some warnings 2024-06-05 19:21:02 +02:00
e97f5b9419 feat(benches): Benchmark function imports in modules 2024-05-24 12:10:32 +02:00