bytecodealliance / wasm-micro-runtime

WebAssembly Micro Runtime (WAMR)
Apache License 2.0
4.84k stars 618 forks source link

Fix compilation errors #3549

Closed wenyongh closed 3 months ago

wenyongh commented 3 months ago

The compilation errors were introduced by #3515 and occur in debug building when wasm mini loader is compiled or GC is enabled.

And remove two wasm files in standalone test-running-modes case, which will be generated by run.sh.

yamt commented 3 months ago

i guess it's worth to have a debug build on the ci.