25 Commits

Author SHA1 Message Date
fc4d27abf1
Add sqlite stub library 2025-06-30 17:58:12 +10:00
3de17cb77e
Update docs 2025-06-30 17:22:12 +10:00
57f391a950
Set more aggressive jit options by default 2025-06-30 15:56:45 +10:00
1808bee82a
Refactor and overhaul luajit crate 2025-06-30 05:59:54 +10:00
7768c5ec56
Add basic timing library 2025-06-29 18:06:56 +10:00
c70b043281
Fix main printing unnecessary ExitCode Debug impl 2025-06-28 04:18:00 +10:00
6a4c726965
Properly report panic by resuming unwind 2025-06-28 04:11:33 +10:00
40829cdfc6
Implement basic lua test harness 2025-06-27 03:11:49 +10:00
9b7dbcc141
Implement proper error handlign in spawned tasks 2025-06-26 18:47:31 +10:00
0cafac0948
Let modules decide their own name via #[cdef] macro 2025-06-26 17:47:21 +10:00
31b5ff5ab9
Make all modules feature-gated to improve compile time 2025-06-26 16:54:58 +10:00
88ab48cddb
Modules should be registered in luby not lb 2025-06-26 13:46:39 +10:00
ba969b9e56
Rename lb_libx to lb_xlib 2025-06-26 00:40:26 +10:00
2967513cbb
Allowing dumping generated cdef 2025-06-25 22:48:46 +10:00
91302db725
Print nicer error messages 2025-06-25 21:45:29 +10:00
7ec60f0e6e
Add version command 2025-06-25 20:04:33 +10:00
e71d618d10
Add luajit v,p,dump command support 2025-06-25 14:27:43 +10:00
e0898c22a0
Add basic fs lib 2025-06-25 10:40:36 +10:00
2352cb0225
Implement async support in metatype 2025-06-25 01:36:43 +10:00
8c47987a45
Implement basic net module 2025-06-24 22:49:02 +10:00
40478fb7de
Add ctype new support 2025-06-22 18:41:19 +10:00
0667f79ff5
Working 2025-06-22 15:11:37 +10:00
1b8c461d7e
Add more documentation to luajit 2025-06-21 05:09:43 +10:00
94e1cf2eb0
Working commit 2025-06-20 11:21:38 +10:00
f09f27f553
Initial commit 2025-06-17 11:23:59 +10:00