Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

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

Open
nchrisr wants to merge 1 commit intorustwasm:masterfrom
nchrisr:master
Open

Use wasm-pack new to setup template instead of cargo generate (#1)#315
nchrisr wants to merge 1 commit intorustwasm:masterfrom
nchrisr:master

Conversation

@nchrisr
Copy link

@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 #214

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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