Reorganize component model `*.wast` tests by alexcrichton · Pull Request #2344 · bytecodealliance/wasm-tools
This commit shuffles around `*.wast`-based tests for component model testing. All tests are now located in `tests/cli/component-model` with subdirectories for various proposals, for example `tests/cli/component-model-async` is now located at `tests/cli/component-model`. Additionally async tests are disentangled where most just require the `cm-async` feature and tests related to `cm-async-builtins` or `cm-async-stackful` are consolidated into a single `*.wast` test file. The end goal is to eventually make this more amenable to upstreaming inside of the component model repo itself by in theory just sync-ing this one folder.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters