Open
Description
Thank you for creating this wonderful library.
I have developed "quickjs-emscripten-sync" to facilitate the passing of objects between QuickJS VMs and hosts.
https://github.com/reearth/quickjs-emscripten-sync
It is using a limited API to exchange objects, which may not be efficient, but It is currently able to pass objects smoothly.
In the TODO of quickjs-emscripten, it says that they are planning to support binding of classes and other objects. This implementation may be useful at that time.