From d3bc26bc93257843f9e474c13a49cf40288f75e1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 30 Oct 2018 13:00:34 -0700 Subject: [PATCH] Mention that a goal of lightbeam is linear-time compilation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5402e47a49..232410b4fa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Lightbeam This is an early-stage experimental project to build a single-pass -wasm-function-to-machine-code translator. +linear-time wasm-function-to-machine-code translator. It's currently built with [dynasm](https://crates.io/crates/dynasm) and targets x86-64, however the function\_body.rs/backend.rs split is likely