Files
wasmtime/tests/all/cli_tests/minimal-command.wat
Andrew Brown 4deed8fe50 refactor: move Wasm test files to tests/all/cli_tests
Previously the inputs to `tests/all/cli_tests.rs` were contained in
`tests/wasm`. This change moves them to the more obvious
`tests/all/cli_tests` directory and updates the paths that point to
them.
2021-07-21 16:17:16 -07:00

4 lines
39 B
Plaintext

(module
(func (export "_start"))
)