clearloop

Results 147 issues of clearloop

### Describe the feature we don't have any of them for now ### Solution _No response_

instr

### Describe the feature We have already addressed all of the bitwise instructions from WASM to EVM bytecdoe, but due the issue for stack orders, they don't work for now,...

instr
tests

### Describe the feature related to the memory allocator, after #46 ### Solution _No response_

instr
tests

### Describe the feature some kind of tests that verify each WASM instruction is implemented, it is forced in `wasmparser` since we have implemented the `Visitor` trait from `wasmparser`, but...

instr
tests

### Describe the feature Instructions in `0x96` - `0x9F` ( especially for `f64` ) and same for `f32` if exist ### Solution _No response_

instr

### Describe the feature we don't have any of them atm, related to #20, to be specific, `0x98` - `0xBF` in WASM instructions ### Solution _No response_

instr

### Describe the feature For building the backtrace of compilation error ### Solution bubble errors from asm generation

### Describe the feature drop dirty stack items at the end of blocks ### Solution _No response_

bug

### Describe the feature `u16 usize` and the buffer limit checks are insane ### Solution _No response_

### Describe the feature ``` i32add | i64add -> add ... ``` - add - mul - sub - div - sdiv - mod - smod - adddmod - mulmod...