Alex Orlenko
|
825bdbfa04
|
Use dynamic Lua state ownership instead of compile-time module cfg flag to allow
creating new VMs in module mode (and destructing them properly).
|
2024-08-31 22:52:55 +01:00 |
|
Alex Orlenko
|
44533d2c9d
|
Add new module attribule skip_memory_check to improve performance
in module mode (by skipping memory allocations check) with extra risks.
|
2023-07-10 00:43:19 +01:00 |
|
Alex Orlenko
|
87d027e8ac
|
Rename rust_module in tests to test_module
This causes warning during compilation
|
2023-03-03 18:58:13 +00:00 |
|
Alex Orlenko
|
8339621f9c
|
Rename to_lua_err -> into_lua_err
|
2023-01-06 21:35:15 +00:00 |
|
Alex Orlenko
|
9d28b790e7
|
Fix module tests
|
2022-12-21 21:05:23 +00:00 |
|
Alex Orlenko
|
0aa30226df
|
Check for invalid args when parsing #[lua_module(...)] proc macro
|
2022-12-18 00:35:41 +00:00 |
|
rise0chen
|
b532f86674
|
feat: Support custom name of lua_module
|
2022-12-18 00:35:41 +00:00 |
|
Alex Orlenko
|
1807fa789c
|
Don't require Lua sources for modules in build system
|
2022-05-07 22:16:54 +01:00 |
|