diff --git a/rustc.rst b/rustc.rst index b7c01f8669..03dfa82499 100644 --- a/rustc.rst +++ b/rustc.rst @@ -1,6 +1,6 @@ -================= +================== Cranelift in Rustc -================= +================== One goal for Cranelift is to be usable as a backend suitable for compiling Rust in debug mode. This mode doesn't require a lot of mid-level optimization, and it diff --git a/spidermonkey.rst b/spidermonkey.rst index 874634ea56..15662b0fd5 100644 --- a/spidermonkey.rst +++ b/spidermonkey.rst @@ -1,6 +1,6 @@ -======================== +========================= Cranelift in SpiderMonkey -======================== +========================= `SpiderMonkey `_ is the JavaScript and WebAssembly engine in Firefox. Cranelift is designed to be used in SpiderMonkey with