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
|
205989f569
|
Fix edge case when loading many-in-one module from thread without using its state.
If Lua previously been initialized in main thread and then new module was loaded from thread
we reuse old state which confuses Lua loader.
|
2024-01-10 00:37:02 +00:00 |
|
Alex Orlenko
|
2bee5ed33a
|
Support binary modules for Luau on cfg(unix)
|
2023-11-16 15:54:25 +00:00 |
|
Alex Orlenko
|
22fbcfd9fb
|
Update edition everywhere
|
2023-03-12 01:03:31 +00: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
|
1807fa789c
|
Don't require Lua sources for modules in build system
|
2022-05-07 22:16:54 +01:00 |
|