mlua
mlua copied to clipboard
Make Compiler::compile more idiomatic (breaking)
This changes the type signature of Compiler::compile from a Vec<u8> to a Result<Vec<u8>>, properly handling the error case. This is a breaking change.