We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the development and deployment procedure is somewhat convoluted.
Development:
make
wasm-pack
package.json
npm run start
example
Deployment:
wasm-pack pack
npm login
npm publish <path to .tgz file>
Any simplifications of this will be great.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the development and deployment procedure is somewhat convoluted.
Development:
make
(sincewasm-pack
cannot make a correctpackage.json
yet, see e.g. Allow the user to fully customize the package name rustwasm/wasm-pack#427 and Incorrect package.json generated rustwasm/wasm-pack#922)npm run start
for theexample
folder running in a separate tabDeployment:
make
wasm-pack pack
npm login
npm publish <path to .tgz file>
Any simplifications of this will be great.
The text was updated successfully, but these errors were encountered: