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