From 82ea38e4af32fa5ad7439656ef300ca9c80cb688 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 17 Jul 2018 14:53:59 -0700 Subject: [PATCH] Convert expected uses to an unnumbered list, as they aren't ordered. --- cranelift/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cranelift/README.md b/cranelift/README.md index 566cd7a78a..2cecd8ee69 100644 --- a/cranelift/README.md +++ b/cranelift/README.md @@ -54,11 +54,11 @@ Cranelift is designed to be a code generator for WebAssembly, but it is general enough to be useful elsewhere too. The initial planned uses that affected its design are: -1. [WebAssembly compiler for the SpiderMonkey engine in + - [WebAssembly compiler for the SpiderMonkey engine in Firefox](spidermonkey.md#phase-1-webassembly). -2. [Backend for the IonMonkey JavaScript JIT compiler in + - [Backend for the IonMonkey JavaScript JIT compiler in Firefox](spidermonkey.md#phase-2-ionmonkey). -3. [Debug build backend for the Rust compiler](rustc.md). + - [Debug build backend for the Rust compiler](rustc.md). Building Cranelift ------------------