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
93abebaa6b
chore(api/tests/v8): Disable flaky test on windows
2024-10-17 16:39:35 +02:00
2966992e33
fix(api): Temporarily disable flaky test on windows
2024-10-17 11:51:22 +02:00
a1f2b27957
chore: Fix clippy lints in API create
...
Fix clippy lints in the API crate.
The fixes are in test code, which is ingored on CI, but the warnings are
annoying when developing.
2024-01-06 02:07:57 +01:00
fbe784a689
Implement NativeWasmTypeInto for u32 and u64 ( #3763 )
...
Add test for passing u64 values between plugin and host
Co-authored-by: ptitSeb <sebastien.chev@gmail.com >
2023-05-17 19:25:02 +02:00
5b642b82cd
Merge branch 'master' into fix-negative-i64-return-on-web
2023-05-02 22:13:49 -07:00
6f0ea570c1
Add pass_i64_between_host_and_plugin test
2023-04-23 11:05:49 +02:00
4822eda78f
Got simple tests passing
2023-03-15 20:50:09 -07:00
753ba47675
Multiple improvements
2023-03-15 19:45:13 -07:00