📝 doc
parent
d9bba9fc07
commit
fe2bb4cca2
|
@ -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)
|
![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`
|
`luac5.4 -o - test_vectors/fizz_buzz.lua | cargo run -- --pipe-bytecode`
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue