JS 3rd Party Library Support
Is there any documentation or is it even possible to access/subclass classes written in another JS library? Specifically, I'm looking to use Phaser, but write my code with swift wasm.
I understand if it isn't supported, but I find anything to indicate that it is or isn't in either direction. I found some hints involving JSBridgedClass, but anything I tried doing hasn't worked so far.
We can use any JS functionalities in Swift by passing it via global variables, but I'm working on a feature making this easier.
Oh?! Are there any examples to subclass in the current state of things? I didn't find anything I could understand in the docs or sample code.
I'm working on a feature making this easier.
That sounds awesome!