DLL with javascript

HI!
How could I use* an external dll (c++) with the javascript scripting?

*If I can , obviously.If I can’t ,can I do with the c# it? Or is it impossible?Or I have to build the dll with unity (HOW???)?
Or I need the Unity pro?

Maddragon

No you can not do that with JS
Interop is a C# only thing and you will have to create the binding part with C#

you can though use that binding layer with whatever language you want afterwards.

Its not hard to create that binding layer, at least not remotely as hard as writting a meaningfull dll plugin for your windows standalone build