Module wast
Source - limits
- Limits for running wast tests.
- TestConfig
- Per-test configuration which is written down in the test file itself for
misc_testsuite/**/*.wast
or in spec_test_config
above for spec tests. - WastConfig
- Configuration that spec tests can run under.
- WastTest
- A
*.wast
test with its path, contents, and configuration.
- Collector
- Compiler
- Different compilers that can be tested in Wasmtime.
- find_tests
- Local all
*.wast
tests under root
which should be the path to the root
of the wasmtime repository. - parse_test_config
- Parse test configuration from the specified test, comments starting with
;;!
.