974fa2b699
Merge remote-tracking branch 'origin/main' into wasmer-5.1.0
2025-02-11 10:31:49 +01:00
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
0507d0293e
feat(test): Update wasmparser
and update spec tests
2025-01-15 11:46:01 +01:00
eb60a96bcf
Merge branch 'master' into wasix-merge
2022-12-06 13:22:09 +01:00
34cba1c59f
Added spec threads tests, but disabling all for now
...
Fixed linter
2022-11-22 14:11:37 +01:00
dfd7ff41b5
Update wasmer-vfs implemenetation
...
* Add some new file systems
* Add tests
* General cleanup
2022-11-16 14:04:18 +01:00
ec92613a06
Generate WASI tests on nightly, see which ones fail in CI
2022-10-19 18:43:36 +02:00
971915a8c1
test(wasi) Run the WASI test suites with the in-memory FS.
...
This PR updates how we generate the WASI test suites to test against
the `wasmer_vfs::host_fs` (the default), and `wasmer_vfs::mem_fs`
(that's new).
2021-08-31 11:26:14 +02:00
c2e11d8499
Compiler Test refactor now fully works
2021-05-15 20:34:21 -07:00
fb1bdc6f8f
Fixed lint
2020-07-30 15:20:00 -07:00
dca70d35b0
Enable simd tests
2020-07-29 18:19:25 -07:00
b4e15ffb7b
Fixed continously building build.rs
2020-06-24 17:53:22 -07:00
c28f5a72fb
Add updates from feedback, clean up WASI test naming
2020-06-23 16:22:33 -07:00
a0ee282f59
Fix up some more WASI tests
2020-06-23 15:31:03 -07:00
3996bdfb75
Add WASI test runner
2020-06-22 13:01:43 -07:00
c702d291cd
Add WASI wast parsing logic
2020-06-19 15:41:51 -07:00
c5a879146a
Begin readding WASI tests
2020-06-18 14:44:33 -07:00
09efdfea73
Fix clippy warnings, apply ⛳
2020-05-13 17:21:52 -07:00
e77cbd8b94
Deny many warnings in CI; fix warnings
2020-05-13 12:44:34 -07:00
c2b74e4c4a
Make compiler config even simpler
2020-05-05 13:52:18 -07:00
8ca1d5770f
Improved lint in build.rs
2020-05-03 00:31:12 -07:00
bd2b648ca1
Improved wast tests
2020-05-02 21:07:41 -07:00
0c25298d04
Added llvm backend into testing
2020-04-22 17:05:26 -07:00
5eef30c7fa
Added Singlepass backend
2020-04-22 14:25:27 -07:00
a402691303
First iteration of wasmer-reborn
2020-04-21 21:37:33 -07:00
d750d6f30d
First version of Wasmer Reborn
2020-08-13 15:03:29 -07:00
685af7b9fe
Added custom tests to the infrastructure
2020-05-11 12:35:38 -07:00
28351402aa
Formatted rust files
2020-04-15 18:29:53 -07:00
dfb7432595
Moved processors out of build
2020-04-15 18:29:13 -07:00
c5415216d7
Update build.rs (truthy env unwrap suggestion)
2020-04-15 17:52:54 -07:00
e14a74063b
Update build.rs
...
Co-Authored-By: nlewycky <nick@wasmer.io >
2020-04-15 17:48:03 -07:00
ce14c6c079
Second part of the refactor
2020-04-15 16:31:05 -07:00
a840b45ed7
Improved PR based on feedback. Fixed ignores
2020-04-14 12:42:45 -07:00
a7dba54b7f
Improved test generation
2020-04-14 11:41:12 -07:00
513e6acbc1
Move emscripten-tests to tests dir + misc fixes
2020-04-02 16:51:58 -07:00
976bf9b6a3
Move integration tests to tests
dir in workspace root
2020-04-01 17:09:51 -07:00