mlua/build
Alex Orlenko ced808d5ab Don't trigger longjmp in rust.
Motivation behind this change is upcoming breaking change in Rust
compiler v1.52.0 to prevent unwinding across FFI boundaries.
https://github.com/rust-lang/rust/pull/76570
The new functionality requires nightly compiler to declare FFI
functions as "C-unwind".
The fundamental solution is to use C shim to wrap "e" and "m"
Lua functions in pcall.
Additionally define Rust calling convention to trigger lua_error
on Rust behalf.
2021-04-27 00:29:38 +01:00
..
find_dummy.rs New `module` feature 2020-06-07 20:38:11 +01:00
find_normal.rs Don't read lua.h from build script (was not used) 2021-04-20 02:05:00 +01:00
find_vendored.rs New `module` feature 2020-06-07 20:38:11 +01:00
main.rs Don't trigger longjmp in rust. 2021-04-27 00:29:38 +01:00