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
Internally, Bun does already have a Zig interface for interacting with JavaScriptCore, but unless major modifications are made, it's not possible to use it to embed JSC.
It would be cool if that could be ported to a standalone library to be used by any Zig program.
Ideally, this would be the same as what Deno is already doing with rusty_v8
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Internally, Bun does already have a Zig interface for interacting with JavaScriptCore, but unless major modifications are made, it's not possible to use it to embed JSC.
It would be cool if that could be ported to a standalone library to be used by any Zig program.
Ideally, this would be the same as what Deno is already doing with rusty_v8
Beta Was this translation helpful? Give feedback.
All reactions