help: esp32c3 - ERROR: using wasm-hexarray twice #2723
Unanswered
HalfUnitato
asked this question in
Q&A
Replies: 1 comment 1 reply
-
IMU, after first |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I try to expand the example for the esp32c3 in: https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/product-mini/platforms/esp-idf/main:
For the
WASM_ENABLE_AOT
Section, I calledwasm_module = wasm_runtime_load
twice in a row, with the same parameter.But using a
wasm_file_buf
for another load-call results in the following error log-messages:Is this a bug or a feature?
Thanks in advance
---- [edit] --------------------------------------------------------------------------
following part of my code and the given log:
giving:
Beta Was this translation helpful? Give feedback.
All reactions