main
_ 2023-09-27 14:12:48 -05:00
parent d9bba9fc07
commit fe2bb4cca2
1 changed files with 0 additions and 2 deletions

View File

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