Boa: Any plan for the FFI?

Created on 18 Apr 2020  路  3Comments  路  Source: boa-dev/boa

Nice work!
But as an embeddable engine, I think it would also be nice to provide some API functions for the other languages to use.

enhancement good first issue FFI

Most helpful comment

This would be an interesting addition. I would do it in a different crate in the workspace, with only the FFI, using boa as a dependency.

All 3 comments

This would be an interesting addition. I would do it in a different crate in the workspace, with only the FFI, using boa as a dependency.

We could use cbindgen crate to automatically generate C/C++ FFIs.

And it would be better to provide more accessibility to the engine, like https://duktape.org/api.html

Was this page helpful?
0 / 5 - 0 ratings

Related issues

croraf picture croraf  路  4Comments

Razican picture Razican  路  4Comments

neeldug picture neeldug  路  3Comments

jasonwilliams picture jasonwilliams  路  6Comments

AnirudhKonduru picture AnirudhKonduru  路  3Comments