fork of https://github.com/rustwasm/wasm-pack for the needs of NextGraph.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
wasm-pack/docs/pack.md

392 B

wasm-pack pack

The wasm-pack pack command is used to create a tarball of your wasm project using the npm pack command. This is useful if you would like to create a local tarball containing your package, without publishing it to the npm registry.

You can read more about the npm pack command here.