bytecodealliance / javy

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

Rename test-macros and config crates #677

Closed saulecabrera closed 1 week ago

saulecabrera commented 1 week ago

This commit is a minor clean-up to rename the test-macros and config crates directories so that they adhere to the naming convention of the rest of the crates. This is simply a mechanical change.

Additionally, the publish = false property is added to crates that are not meant to be published.

Checklist