LunarWaveVM is a Lua 5.4 virtual machine written in Rust.
 
 
Go to file
_ 543dab360b ♻️ refactor: trying to fix OP_RETURN so it can close over values 2023-09-24 22:49:00 -05:00
src ♻️ refactor: trying to fix OP_RETURN so it can close over values 2023-09-24 22:49:00 -05:00
test_vectors make a luac loader sufficient for what I've implemented 2023-09-24 22:10:10 -05:00
.gitignore another test 2023-09-24 17:34:38 -05:00
Cargo.lock Lua virtual machine in Rust, why the heck not. 2023-09-24 16:16:10 -05:00
Cargo.toml Lua virtual machine in Rust, why the heck not. 2023-09-24 16:16:10 -05:00
notes.md Lua virtual machine in Rust, why the heck not. 2023-09-24 16:16:10 -05:00