MaulingMonkey / cargo-html

create self-contained HTML programs
Other
10 stars 0 forks source link

Slim down `wasm-pack` dependency? #10

Closed MaulingMonkey closed 3 years ago

MaulingMonkey commented 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.

MaulingMonkey commented 3 years ago

5a24c3bd194ff9f7e55706c1c61ba62c242b19af use binary-install instead of the entirety of wasm-pack