Browse Source

Add links to cranelift.dev site. (#6336)

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/.
pull/6339/head
Chris Fallin 2 years ago
committed by GitHub
parent
commit
8620aa3a9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 2
      cranelift/README.md

2
README.md

@ -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

2
cranelift/README.md

@ -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.

Loading…
Cancel
Save