WASM C API
The related code/working directory of this example resides in directory {WAMR_DIR}/samples/wasm-c-api
Last updated
The related code/working directory of this example resides in directory {WAMR_DIR}/samples/wasm-c-api
Last updated
WAMR supports wasm-c-api in both interpreter mode and aot mode.
Before staring, we need to download and intall .
By default, all samples are compiled and run in "interpreter" mode.
They can be compiled and run in aot mode when some compiling flags are given.