Test Case
TestCase.zip
Steps to Reproduce
...
Expected Results
$ wasmtime run testcase_1.wasm
checksum = DAFC642C
Actual Results
$ wasmtime run testcase_1.wasm
Actually, wasmtime outputs nothing.
Versions and Environment
Wasmtime version or commit: wasmtime-cli 12.0.0
Operating system: Ubuntu 22.04.1
Architecture: x86_64
Extra Info
Actually, I don't know what the correct result of the test case should look like, either.
So I used some other WebAssembly runtimes, such as wasmedge and wasm-micro-runtime(WAMR), to execute the same test case, they output the correct checksum result.
testcase_2.wasm in zip has the same problem, only for reference.
Test Case
TestCase.zip
Steps to Reproduce
...
Expected Results
Actual Results
Actually, wasmtime outputs nothing.
Versions and Environment
Wasmtime version or commit: wasmtime-cli 12.0.0
Operating system: Ubuntu 22.04.1
Architecture: x86_64
Extra Info
Actually, I don't know what the correct result of the test case should look like, either.
So I used some other WebAssembly runtimes, such as wasmedge and wasm-micro-runtime(WAMR), to execute the same test case, they output the correct checksum result.
testcase_2.wasm in zip has the same problem, only for reference.