wa-lang.org/wazero@v1.0.2/internal/integration_test/README.md (about) 1 This directory contains tests which use multiple packages. For example: 2 3 * `bench` contains benchmark tests. 4 * `engine` contains variety of end-to-end tests, mainly to ensure the consistency in the behavior between engines. 5 * `fuzzcases` contains variety of test cases found by the [fuzz](./fuzz) testing. 6 * `post1_0` contains end-to-end tests for features [finished](https://github.com/WebAssembly/proposals/blob/main/finished-proposals.md) after WebAssembly 1.0 (20191205). 7 * `spectest` contains end-to-end tests with the [WebAssembly specification tests](https://github.com/WebAssembly/spec/tree/wg-1.0/test/core). 8 * `vs` tests and benchmarks VS other WebAssembly runtimes. 9 10 *Note*: This doesn't contain WASI tests, as there's not yet an [official testsuite](https://github.com/WebAssembly/WASI/issues/9). 11 Meanwhile, WASI functions are unit tested including via Text Format imports [here](../../wasi/wasi_test.go)