You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything was good until I've tried to debug 'requiring' my dll. Debug fails after with exit status 4294967295 and message "error loading module from file. Dynamic libraries not enabled; check your lua installation".
Extension strongly needs to support interpreter setting, or config. Or a way to enable dynamic libs.
The text was updated successfully, but these errors were encountered:
The built-in lua interpreter is built in wasm and runs on node js, so it cannot load DLLs.
I know I am not explaining it well enough, but see here.
Ok, I see info about wasm WebAssembly/proposals#42 . But next question is: If DLL usage is impossible, is it possible to add setting to use external interpreter via system path?
Yes, Install the debugging module by luarocks or integrate the C++ code into the host program. (C++ compiler is required) https://github.com/satoren/LRDB#code
Everything was good until I've tried to debug 'requiring' my dll. Debug fails after with exit status 4294967295 and message "error loading module from file. Dynamic libraries not enabled; check your lua installation".
Extension strongly needs to support interpreter setting, or config. Or a way to enable dynamic libs.
The text was updated successfully, but these errors were encountered: