feat(readme): update desc to make it clearer that publishing is optional

master
Ashley Williams 7 years ago
parent f2d7dd0b62
commit 6431f43caf
  1. 7
      README.md

@ -7,9 +7,10 @@
This tool seeks to be a one-stop shop for building and working with rust- This tool seeks to be a one-stop shop for building and working with rust-
generated WebAssembly that you would like to interop with JavaScript, in the generated WebAssembly that you would like to interop with JavaScript, in the
browser or with Node.js. `wasm-pack` helps you build and publish rust-generated browser or with Node.js. `wasm-pack` helps you build rust-generated
WebAssembly to the npm registry to be used alongside any other javascript WebAssembly packages that you could publish to the npm registry, or otherwise use
package in workflows that you already use, such as [webpack] or [greenkeeper]. alongside any javascript packages in workflows that you already use, such as [webpack]
or [greenkeeper].
[bundler-support]: https://github.com/rustwasm/team/blob/master/goals/bundler-integration.md#details [bundler-support]: https://github.com/rustwasm/team/blob/master/goals/bundler-integration.md#details
[webpack]: https://webpack.js.org/ [webpack]: https://webpack.js.org/

Loading…
Cancel
Save