ping ping

Results 26 issues of ping ping

### Test Case [demo.zip](https://github.com/bytecodealliance/wasmtime/files/9125060/demo.zip) This is a wasm file first mentioned in wasmer issues NO.936. ### Steps to Reproduce touch log.txt wasmtime --dir=. demo.wasm '{"a":"txt", "b":1}' ### Expected Results Successfully...

bug

I execute the following files in JIT mode. [demo.zip](https://github.com/bytecodealliance/wasm-micro-runtime/files/9234339/demo.zip) It prints the following error. ``` Exception: lookup the entry point symbol (like _start, main, _main, __main_argc_argv) failed LLVM ERROR: IMAGE_REL_AMD64_ADDR32NB...

I compile the following file using AOT compiler. [demo.zip](https://github.com/bytecodealliance/wasm-micro-runtime/files/9234139/demo.zip) It prints the following error. ``` WASM module load failed: type mismatch, opcode drop was found but stack was empty ```...

有一些小的图,在预览的时候如果能点击图片放大则会非常方便。

[CMakeError.log](https://github.com/bluesadi/Pluto-Obfuscator/files/8522255/CMakeError.log)

![image](https://user-images.githubusercontent.com/51507451/153326252-4193565f-2d95-4b8e-8165-60ad2b5af9ff.png) 我想问一下,这样是为什么呢,我这个是服务器

## Description An error occurred when I embedded wasm in my rust application. - Hardware Architecture: x86 - Operating system: windows

platform:windows
bindings:rust

I would like to ask how wasm is converted to S-expression form in wasm2wat. I know the concept of S-expressions, but I can't relate S-expressions to wasm instructions.

### Summary of the problem I made some changes to the collatz.wasm file, and here is the result of my changes. [collatz.wasm.zip](https://github.com/trailofbits/manticore/files/9626442/collatz.wasm.zip) ### Manticore version Version: 0.3.7 ### Python version...

bug

I run the following command in Ubuntu. ``` sudo add-apt-repository ppa:sri-csl/formal-methods sudo apt-get update sudo apt-get install yices2 ``` but output following: ``` Reading package lists... Done Building dependency tree...