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
At the moment, to import Wasm module into service project, it's necessary to list all it's interfaces in code. But it could be difficult to do since a Wasm module could contain a lot of export functions. The more handy way to do that is to introduce a new macro that could collect all export functions from a Wasm binary and expose them to code.
The text was updated successfully, but these errors were encountered:
At the moment, to import Wasm module into service project, it's necessary to list all it's interfaces in code. But it could be difficult to do since a Wasm module could contain a lot of export functions. The more handy way to do that is to introduce a new macro that could collect all export functions from a Wasm binary and expose them to code.
The text was updated successfully, but these errors were encountered: