Open SnorlaxAssist opened 9 months ago
This would be great to have as an alternative, considering the ETA for native modules is currently unknown. +1.
Very interested in this. Any updates?
None. We're dependent on mlua upstream to implement native module supports for all platforms, and hopefully make it safe.
I've tried implementing them by hand, but the problem ends up being we have to practically create #[repr(C)]
wrappers around all mlua structs.
There is a draft pr for FFI: #243
A more powerful way to access libraries to make lune more extensible. Similar to node-ffi.
lune run
.