-
Notifications
You must be signed in to change notification settings - Fork 409
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
watch command #457
Comments
i think this sounds great! once i get 0.6.0 out the door we can schedule this for the next release |
Here is another solution using
|
update! looking to do this soon :) cc @fitzgen rustwasm/rfcs@8aae141 |
there's a draft implementation of this (and the proposed |
@ashleygwilliams @boringcactus what happened to this? Is there still any work in progress? |
I hope this comes through. I used onchange because I didn't want to force fellow developers to install cargo-watch, but having Watch Mode built in would be great. |
Any news? |
💡 Feature description
It seems that a "watch source" is missing for the build subcommand.
Workaround
First, install fswatch on your system; then, at the root of your project :
fswatch -o -r ./src|xargs -I {} wasm-pack build --debug
The text was updated successfully, but these errors were encountered: