From fe2bb4cca283b7ea805d8f3f0272690f9a92b1e5 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Wed, 27 Sep 2023 14:12:48 -0500 Subject: [PATCH] :pencil: doc --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2001e19..f1bc0cd 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ LunarWaveVM is a Lua 5.4 virtual machine written in Rust. ![A star field with an orange crab-shaped nebula facing a dark purple moon with a bright magenta crescent.](pictures/lunar%20wave%20crab%20nebula.jpeg) -LunarWaveVM relies on the PUC-Rio implementation of `luac` to compile bytecode. - `luac5.4 -o - test_vectors/fizz_buzz.lua | cargo run -- --pipe-bytecode` ```