Skip to content

Commit

Permalink
Broken Links Housekeeping (bytecodealliance#1214)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Create LICENSE

* Delete crates/wasm-compose/LICENSE

* Update README.md

* Removed dead rust logo url
  • Loading branch information
njelich authored Sep 25, 2023
1 parent ab2a409 commit 9affab2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/wasm-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ of composing WebAssembly components together.
## License

This project is licensed under the Apache 2.0 license with the LLVM exception.
See [LICENSE](LICENSE) for more details.
See [LICENSE](../../LICENSE) for more details.

### Contribution

Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-mutate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ wasm-tools mutate original.wasm --seed 0 -o out.wasm --preserve-semantics
# License

This project is licensed under the Apache 2.0 license with the LLVM exception.
See [LICENSE](LICENSE) for more details.
See [LICENSE](../../LICENSE) for more details.

### Contribution

Expand Down
3 changes: 1 addition & 2 deletions crates/wasm-smith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![](https://docs.rs/wasm-smith/badge.svg)](https://docs.rs/wasm-smith/)
[![](https://img.shields.io/crates/v/wasm-smith.svg)](https://crates.io/crates/wasm-smith)
[![](https://img.shields.io/crates/d/wasm-smith.svg)](https://crates.io/crates/wasm-smith)
![Rust](https://github.com/fitzgen/wasm-smith/workflows/Rust/badge.svg)

* [Features](#features)
* [Usage](#usage)
Expand Down Expand Up @@ -76,7 +75,7 @@ $ cargo fuzz run my_wasm_smith_fuzz_target
```

> **Note:** Also check out [the `validate` fuzz
> target](https://github.com/bytecodealliance/wasm-tools/blob/main/fuzz/fuzz_targets/validate.rs)
> target](https://github.com/bytecodealliance/wasm-tools/blob/main/fuzz/src/validate.rs)
> defined in this repository. Using the `wasmparser` crate, it checks that every
> module generated by `wasm-smith` validates successfully.
Expand Down

0 comments on commit 9affab2

Please sign in to comment.