clearloop
clearloop
### Describe the feature we don't have any of them for now ### Solution _No response_
### 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,...
### Describe the feature related to the memory allocator, after #46 ### Solution _No response_
### 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...
### Describe the feature Instructions in `0x96` - `0x9F` ( especially for `f64` ) and same for `f32` if exist ### Solution _No response_
### 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_
### 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_
### 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...