Files
wasmer/tests/integration
2022-10-27 18:42:32 +02:00
..
2022-10-27 18:42:32 +02:00
2022-10-25 12:54:45 +02:00
2020-04-21 21:37:33 -07: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.