mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
Wasmer Integration tests
All Wasmer end to end integration tests live here. We have different kind of integration tests:
CLI Integration tests
This tests check that the wasmer CLI works as it should when running it
as a Command in a shell, for each of the supported compilers.
C Integration tests
This tests verify that Wasmer wasm-c-api tests are passing for each of the supported compilers.
Rust Integration tests
This tests verify that the wasmer API fulfill the required API that
external users use.