Closed
Description
Now, most of test cases that depends on StdlibUnittest fails due to same error.
Environment: wasmtime 0.8.0
Caused by:
0: Instantiation failed during setup
1: Trap occurred while invoking start function: wasm trap: indirect call type mismatch, source location: @c0925
To debug this problem, I'm developing a debugger of wasm at first.
This crash may be related with #6 🤔