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
We aim to utilize py2wasm for compiling Python into WASM plugins within the Envoy. However, a challenge lies in exposing Python functions as WASM exports, for instance: (the wasm was compiled by tinygo)
It is also necessary for the Python code to specify the functions exposed by Envoy, based on WASM Imports declarations, for instance:
Can py2wasm directly export functions or other symbols directly as WASM exports? And what about imports?
The text was updated successfully, but these errors were encountered: