Code Monkey home page Code Monkey logo

Comments (6)

khvzak avatar khvzak commented on July 17, 2024 1

I agree that this functionality could be useful and working on creating more generic implementation.

My idea is to provide a method to create Function from a raw C function (ffi::lua_CFunction type) and then it should be easy to add any required functionality.
For example, you could set package.preload[modname] to a C function and then Lua require would magically work.

Also I'm thinking to add load_from_function method similar to requiref/require.

from mlua.

khvzak avatar khvzak commented on July 17, 2024 1

I pushed a commit 1fe5830 to the dev branch with new functions: load_from_function and create_c_function. Could you check please that this provides a solution for your case?

Usage example:

let lsqlite3_open = unsafe { lua.create_c_function(luaopen_lsqlite3) }?;
let _: Value = lua.load_from_function("lsqlite3", lsqlite3_open)?;

from mlua.

khvzak avatar khvzak commented on July 17, 2024

Am I correct that you want to statically link libraries such as LuaSQlite3 to your application?

from mlua.

jnbooth avatar jnbooth commented on July 17, 2024

I would probably include some (or all, if necessary) of the libraries directly as source code, because some of them (e.g. lbc) are only available as such.

from mlua.

jnbooth avatar jnbooth commented on July 17, 2024

Yep, that does it. Thank you so much!

from mlua.

khvzak avatar khvzak commented on July 17, 2024

This is published now in v0.6.2

from mlua.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.