-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
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? |
A wasm package would be actually great in my occasion for what I am trying to do here. |
bump, i need this 🙏 |
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
The text was updated successfully, but these errors were encountered: