Closed MaulingMonkey closed 3 years ago
Currently the crate is only used to find/install wasm-opt. Either this should be slimmed down (it adds hundreds of dependencies!), or the crate should be used to replace the command line use of wasm-pack.
wasm-opt
5a24c3bd194ff9f7e55706c1c61ba62c242b19af use binary-install instead of the entirety of wasm-pack
Currently the crate is only used to find/install
wasm-opt
. Either this should be slimmed down (it adds hundreds of dependencies!), or the crate should be used to replace the command line use of wasm-pack.