bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.29k stars 110 forks source link

Stop using javy-cli in javy tests #725

Closed jeffcharles closed 3 months ago

jeffcharles commented 3 months ago

Description of the change

Stop using javy-cli NPM package in javy NPM package tests.

Why am I making this change?

The javy-cli NPM package is deprecated so we should stop using it.

Checklist