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.
This commit is contained in:
5
tests/all/cli_tests/unreachable.wat
Normal file
5
tests/all/cli_tests/unreachable.wat
Normal file
@@ -0,0 +1,5 @@
|
||||
(module
|
||||
(func (export "_start")
|
||||
unreachable
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user