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` ```