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
Rather than globally installing AssemblyScript:
$ npm install -g assemblyscript $ asinit wasi-hello-world $ cd wasi-hello-world
Would it be better to use npx instead?
$ npx -p assemblyscript asinit wasi-hello-world $ cd wasi-hello-world
The text was updated successfully, but these errors were encountered:
Yo! Thanks for the issue @ColinEberhardt 😄
Hmmmmm that's an interesting point! I've always just installed it globally, and have preferred it 🙃
But! If you think that'd probably be best practice to encourage newcomers to do, than I am happy to change it 😄
Sorry, something went wrong.
I think npx makes more sense for people who might be trying this out for fun, or just experimenting.
@ColinEberhardt Sounds good to me! 😄 I'll go ahead and open up a PR to fix this once I get the change 😄 Thanks dude!
torch2424
No branches or pull requests
Rather than globally installing AssemblyScript:
Would it be better to use npx instead?
The text was updated successfully, but these errors were encountered: