Update outdated references to the Cranelift repository

This patch updates or removes all references to the Cranelift repository. It affects links in README documents, issues that were transferred to the Wasmtime repository, CI badges, and a small bunch of sundry items.
This commit is contained in:
Till Schneidereit
2020-03-08 16:35:26 +01:00
committed by Benjamin Bouvier
parent 7ce10191df
commit 8f824a9fc1
25 changed files with 30 additions and 45 deletions

View File

@@ -3,7 +3,7 @@ name = "cranelift-module"
version = "0.59.0"
authors = ["The Cranelift Project Developers"]
description = "Support for linking functions and data with Cranelift"
repository = "https://github.com/bytecodealliance/cranelift"
repository = "https://github.com/bytecodealliance/wasmtime"
documentation = "https://docs.rs/cranelift-module"
categories = ["no-std"]
license = "Apache-2.0 WITH LLVM-exception"
@@ -24,4 +24,3 @@ core = ["hashbrown", "cranelift-codegen/core"]
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "bytecodealliance/cranelift" }