Skip to content

Commit

Permalink
Add links to cranelift.dev site. (bytecodealliance#6336)
Browse files Browse the repository at this point in the history
This PR updates the link in Wasmtime's README at the root of the repo to
link to Cranelift's new website rather than its subdirectory; and also
updates the README in `cranelift/` to point to the new website,
https://cranelift.dev/.
  • Loading branch information
cfallin authored May 3, 2023
1 parent f4013e4 commit 8620aa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ command may not install the target for the correct copy of Rust.)
standards process all along the way too.

[Wasmtime]: https://github.com/bytecodealliance/wasmtime
[Cranelift]: https://github.com/bytecodealliance/wasmtime/blob/main/cranelift/README.md
[Cranelift]: https://cranelift.dev/
[Google's OSS Fuzz]: https://google.github.io/oss-fuzz/
[security policy]: https://bytecodealliance.org/security
[RFC process]: https://github.com/bytecodealliance/rfcs
Expand Down
2 changes: 2 additions & 0 deletions cranelift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Cranelift Code Generator

**A [Bytecode Alliance][BA] project**

[Website](https://cranelift.dev/)

Cranelift is a low-level retargetable code generator. It translates a
[target-independent intermediate representation](docs/ir.md)
into executable machine code.
Expand Down

0 comments on commit 8620aa3

Please sign in to comment.