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
Embedding Deno is reasonably easy to get started with however using the Nodejs standard library is not easy. Deno requires you to fork the Deno CLI to extract support for the Nodejs API. Additionally, due to differences between Deno and Nodejs, certain features (like workspaces support) do not work as expected.
The text was updated successfully, but these errors were encountered:
alshdavid
changed the title
Feature Request: Embed Bun with libbun?
Feature Request: Embedding Bun within other native applications (like a Rust program)
Jun 20, 2024
What is the problem this feature would solve?
Many native projects would like to be able to embed a JavaScript runtime that can leverage the Nodejs ecosystem and Nodejs standard library.
What is the feature you are proposing to solve the problem?
Offer a dynamic C library (or a Rust crate) that allows Bun to be embedded within another native application
What alternatives have you considered?
The text was updated successfully, but these errors were encountered: