Replies: 1 comment
-
Hi, you can also try wasm-c-api, refer to the document: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we call the API defined in wasm-app from native library.
basically by running iwasm --native-lib=mylib.so mywasm.wasm
by loading wasm module to buffer and creating exec_env environment and lookup for the function is the only way to call it or is there any other way?
Beta Was this translation helpful? Give feedback.
All reactions