Best way of exposing static methods to JavaScript via WebAssemby?
Hi, I have a .NET assembly that consists of a few of classes coupled with static methods, and want to expose them to JavaScript. No DOM operations are needed. What’s the best way so far to achieve this?
0 comments:
Post a Comment