Native function signature #3479
Unanswered
AlixANNERAUD
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Could you clarify what do you mean by signature strings being removed? They're still required: https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/core/iwasm/include/lib_export.h#L23 AFAIK |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I was wondering how WAMR determines the signature of native functions since the signature strings of these functions were recently removed from registration. Indeed, I noticed that WAMR is able to determine, for example, whether the function requires an execution environment (
wasm_exec_env_t
) parameter or not.Beta Was this translation helpful? Give feedback.
All reactions