Skip to content

Use wasm-pack new to setup template instead of cargo generate #1

New issue

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

Conversation

nchrisr
Copy link
Owner

@nchrisr nchrisr commented Jun 28, 2024

Summary

This PR updates the steps used to generate the template to use wasm-pack new {project-name} instead. This is cleaner and more concise and could reduce reliance on extra setup dependencies that could break over time.

Fixes rustwasm#214

@nchrisr nchrisr marked this pull request as ready for review June 28, 2024 22:58
@nchrisr nchrisr merged commit 8189b48 into master Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace cargo-generate with wasm-pack new --template
1 participant