bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.06k stars 100 forks source link

Extract the `runner` module into its own crate #678

Closed saulecabrera closed 1 week ago

saulecabrera commented 1 week ago

This commit extracts the utiility runner module, used in the integration tests into its own private crate. The main motivation for this change is to enable sharing this functionality between integration tests and the upcoming javy-fuzz crate.

Additionally, this change promotes some dependencies to the workspace level, namely:

Checklist