You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new loader from #411, it's clear how to construct a AS object from the host, but is it possible to use a reference from AS and construct a class in the host?
Currently, I'm working on the wasm parser and while I construct the Parser object with the loader, it returns a Module object.
How do I bypass the constructor and change the self reference instead of allocating a new object on the wasm side?