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
Node as well as some other popular scripting languages runtime (PHP, Python...) provide an API to embed the engine in other programming languages (C, C++, Go) as a dynamic or shared library.
What is the feature you are proposing to solve the problem?
Exposing Bun as a library usable in programs able to call libraries using the C conventions (almost all existing programming languages).
What is the problem this feature would solve?
Node as well as some other popular scripting languages runtime (PHP, Python...) provide an API to embed the engine in other programming languages (C, C++, Go) as a dynamic or shared library.
What is the feature you are proposing to solve the problem?
Exposing Bun as a library usable in programs able to call libraries using the C conventions (almost all existing programming languages).
Calling Zig from C looks possible, but experimental: https://github.com/ssteinbach/c_call_zig
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: