Closed
Description
💡 Feature description
I'm often building my packages on CI with --locked
/ --frozen
after the dependencies have been downloaded.
I'd like to do the same with wasm-pack
but currently there is no way to pass extra args to underlying cargo
command.
💻 Basic example
I think it would make sense to be able to pass extra arbitrary args after --
as many other wrappers do, so that one could run:
$ wasm-pack build wasm-folder -- --frozen