ping ping
ping ping
## Description I constructed a wasm binary with an exported function called "main". I compared the outputs of WasmEdge with other runtimes. [file3.zip](https://github.com/WasmEdge/WasmEdge/files/12642985/file3.zip) The outputs of WasmEdge are as follows:...
## Description I constructed a wasm binary with an exported function called "main". I compared the outputs of WasmEdge with other runtimes. [file65.zip](https://github.com/WasmEdge/WasmEdge/files/12643060/file65.zip) The outputs of WasmEdge are as follows:...
## Description I constructed a wasm binary with an exported function called "main". I compared the outputs of WasmEdge with other runtimes. [file86.zip](https://github.com/WasmEdge/WasmEdge/files/12643145/file86.zip) The outputs of WasmEdge are as follows:...
## Description I constructed a wasm binary with an exported function called "main". I compared the outputs of WasmEdge with other runtimes. [file7.zip](https://github.com/WasmEdge/WasmEdge/files/12642267/file7.zip) The outputs of WasmEdge are as follows:...
I constructed a wasm binary with many exported function. I used the following command and compared the outputs of WAMR with other runtimes. [filea202224.zip](https://github.com/bytecodealliance/wasm-micro-runtime/files/13403640/filea202224.zip) ``` wasmtime compile filea202224.wasm wasmer compile...
### Describe the bug The stuck occurs when I perform the QuickJS engine compiled to wasm with wasmer-python. However, this doesn't happen in wasmer-go. ### Steps to reproduce My Python...
### Describe the bug I have a wasi program, and it output following errors when executed by wasmer-python. But the code with same function using wasmer-go will not output errors....
### Describe the bug The B2-1.wasm runs well, when i use the command "wasmer run B2-1.wasm --allow-multiple-wasi-versions". However, the wasmer-python seems not to support multiple wasi versions, and it has...
### Summary I have a wasi program, and the command "wasmer run B1-4.wasm --dir=./testfolder -- testfolder" will make it perform well. But it seems that the wasmer-python can't set the...
### Summary I use wasmer-python to perform the wasm program which contains wasi function. And the python script output following errors. ``` Traceback (most recent call last): File "d:\Github Project\evaluation\B.WASIRobustness\[B.1]File_operation_error\[B.1]-1\wasmer-py.py",...