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
yarn dev gives the following error for rust react app
13 info lifecycle new-awesome-app@0.1.0~dev:deploy:contract: Failed to exec dev:deploy:contract script 14 verbose stack Error: new-awesome-app@0.1.0 dev:deploy:contract: `near dev-deploy --wasmFile ./contract/res/status_message.wasm` 14 verbose stack Exit status 1 cp: no such file or directory: ./target/wasm32-unknown-unknown/release/status_message.wasm
The text was updated successfully, but these errors were encountered:
Worked after running this command rustup target add wasm32-unknown-unknown
rustup target add wasm32-unknown-unknown
https://docs.near.org/docs/roles/developer/contracts/near-sdk-rs
Sorry, something went wrong.
Thank you for reporting! It looks like we don't have this step documented in the README. We'll make the necessary fixes.
This is an easy documentation fix.
Add installation instructions for rust
f062664
This fixes #296
Thanks for the report, @amiyatulu ! This was implemented in #389 and will be shipped with version 1.1.0 within the next couple days
janedegtiareva
Successfully merging a pull request may close this issue.
yarn dev gives the following error for rust react app
The text was updated successfully, but these errors were encountered: