[C API] Handle both .wasm and .aot? #1014
Unanswered
lucianoiam
asked this question in
Q&A
Replies: 0 comments
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.
-
Can a single build handle both .wasm and .aot binaries? my own testing says NO, but since it is possible to configure the build with both
-DWAMR_BUILD_AOT=1
and-DWAMR_BUILD_INTERP=1
, I might be doing something wrong.Judging by the #ifdefs here the features don't seem mutually exclusive.
Beta Was this translation helpful? Give feedback.
All reactions