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:
committed by
Benjamin Bouvier
parent
7ce10191df
commit
8f824a9fc1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user