Alex Orlenko
|
514ec24252
|
Fix lua53/lua54 luaL_error definition (for wasm32)
|
2024-01-03 12:02:53 +00:00 |
|
Aymen-Hakim
|
bf79d6c212
|
Update lauxlib.rs (#351)
lua54 in lua53 src.
|
2023-12-27 15:07:59 -05:00 |
|
Alex Orlenko
|
9f5325ef2f
|
Use c-unwind ABI (Rust 1.71+)
|
2023-07-22 23:54:30 +01:00 |
|
Alex Orlenko
|
df9251fb52
|
Support LUA_LIB_NAME in module mode for windows.
In this mode we will link with the particular lua library.
|
2023-07-21 10:34:26 +01:00 |
|
Alex Orlenko
|
483e6be207
|
Support vendored module mode for windows (raw-dylib linking)
This is requires Rust 1.71+
|
2023-07-20 00:43:57 +01:00 |
|
Alex Orlenko
|
4306e6e978
|
Add Value::to_string() method similar to luaL_tolstring.
It uses `__tostring` metamethod if set.
Closes #279
|
2023-05-27 01:29:08 +01:00 |
|
Alex Orlenko
|
15dc0e9f23
|
Move ffi module into mlua-sys crate
|
2023-04-12 23:23:34 +01:00 |
|