cargo-all-features
cargo-all-features copied to clipboard
wasm-pack support
For rust wasm projects we use wasm-pack to build and run unit tests.
Common commands including:
wasm-pack build
wasm-pack test
Is it possible to run wasm-pack
commands with cargo-all-features
?
That could be very helpful for rust wasm developers