mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
doc(compiler-cranelift) Fix a typo.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
//! Cranelift is a fast IR generator created by Mozilla for usage in
|
||||
//! Firefox as a next JS compiler generator.
|
||||
//!
|
||||
//! Compared to LLVM, Cranelit is a bit faster and made entirely in Rust.
|
||||
//! Compared to LLVM, Cranelift is a bit faster and made entirely in Rust.
|
||||
#![deny(missing_docs, trivial_numeric_casts, unused_extern_crates)]
|
||||
#![warn(unused_import_braces)]
|
||||
#![cfg_attr(
|
||||
|
||||
Reference in New Issue
Block a user