Running javascript libs from standalone players

Hello is it possible to call from a Stansalone player (eg. Windows or MacOS) into jslib files such as any lib converted with Emscripten?
My goal is to convert a few java libs into javascript using Emscripten and then make them usable in Standalone versions of the player.

Thanks

There should be. Search stack overflow for a C# way to do this. Most pure C# solutions will work in Unity.

1 Like

Thanks. I was searching on something that Unity might have already built in and discarded a much wider search.
I end up using Jint