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

@@ -1206,7 +1206,7 @@ pub fn translate_operator<FE: FuncEnvironment + ?Sized>(
} => {
// TODO: For spec compliance, this is initially implemented as a combination of `load +
// splat` but could be implemented eventually as a single instruction (`load_splat`).
// See https://github.com/bytecodealliance/cranelift/issues/1348.
// See https://github.com/bytecodealliance/wasmtime/issues/1175.
translate_load(
*offset,
ir::Opcode::Load,