Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic library #149

Open
yoloyusof opened this issue Nov 5, 2023 · 3 comments
Open

Dynamic library #149

yoloyusof opened this issue Nov 5, 2023 · 3 comments

Comments

@yoloyusof
Copy link

The goal here is to make it possible so people using other tools like deno or bun to create things, you could process files inside of a script without having to spawn processes that use the CLI and such.

Bundle using rust

I know this is possible but it seems extremely confusing for me when looking at the docs.rs page on it as I can't figure out how to process a file

@jeparlefrancais
Copy link
Contributor

Hello 👋 Thanks for taking the time to submit an issue 🙂 I've opened #150 to focus this issue on the dynamic library request.

I am not familiar with deno or bun, where would you prefer to have the dynamic library published? Or is a wasm package published on npm a better alternative?

@jeparlefrancais jeparlefrancais changed the title Dynamic library (.so file) for developers who use deno or bun so they can create build tools that use darklua under the hood + Add examples on how to bundle files using the rust library Dynamic library Nov 6, 2023
@yoloyusof
Copy link
Author

I am not familiar with deno or bun, where would you prefer to have the dynamic library published? Or is a wasm package published on npm a better alternative?

A wasm package would be actually great in my occasion for what I am trying to do here.

@yoofus
Copy link

yoofus commented Sep 2, 2024

bump, i need this 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants