wasm-micro-runtime
wasm-micro-runtime copied to clipboard
Failed to compile the aot file.
I compile the following file using AOT compiler. demo.zip It prints the following error.
WASM module load failed: type mismatch, opcode drop was found but stack was empty
But my AOT compiler with wasmer and wasmtime was able to compile it successfully.
https://github.com/bytecodealliance/wasm-micro-runtime/pull/1363
@abc767234318 Thanks for reporting the issue, we fixed it in PR #1363, could you please try again?
Close this issue as it was fixed.