Compile against LuaJIT for bytecode generation
Boilerplate code for that crate:
fn main() {
let mut state = State::new();
state.open_string();
let is_strip_debug = false;
let input = todo!("get Lua code");
…
Compile against LuaJIT for bytecode generation