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.
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
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
boaas a dependency.