-
Notifications
You must be signed in to change notification settings - Fork 244
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
documentation installation does not work #754
Comments
Ah those instructions need to be updated, they should recommend Would you be up for sending a PR to udpate the instructions? |
when I excuted error[E0658]: use of unstable library feature 'array_from_fn' error[E0747]: constant provided when a type was expected Some errors have detailed explanations: E0658, E0747. Caused by: |
Hi @Lost-Temple. My guess is you need to update your Rust toolchain to the latest version to install |
Modernize a few instructions and update references for installation/CLI where appropriate Closes bytecodealliance#754
* Update the `wasm-smith` README a bit Modernize a few instructions and update references for installation/CLI where appropriate Closes #754 * Update more READMEs * Remove version numbers, recommend `cargo add` instead * Update some references to CLI tools
thx, it worked.
thank you very much |
When I try to do this
wasm-tools/crates/wasm-smith/README.md
Lines 88 to 95 in e71ba20
then this message is appear:
The text was updated successfully, but these errors were encountered: