clearloop
clearloop
### Describe the feature There are two instructions for storage operations in EVM | opcode | instruction | input | output | |-|-|-|-| | `0x54` | `sload` | `key` |...
### Describe the feature WASM only has number types `i32`, `i64`, `f32`, `f64`, however, we need at least support passing bytes to functions, which will be passing `ptr` and `offset`...
### Describe the feature the order for arithmetic operators are different between wasm and evm bytecode, which requires us a `swap1` before each of them with 1 more byte and...
### Describe the feature The external functions could be embedded into the main code or just stay in the code section, it actually depends on how many times the required...
### Describe the feature after #85, we can introduce host functions for now! - Introduce the shared definition of WASM host functions for EVM instructions. - Implement the translation of...
### Describe the feature memory related stuffs are different between dlmalloc ( allocator for WASM in rust ) and EVM The main blocker of compiling Zink projects EVM contracts in...
### Describe the feature Write some docs for the time estimation for the full implementation ### Solution _No response_
### Describe the feature similar to #71 ### Solution _No response_
### Describe the feature Not sure how to reach this instruction for now, needs research ### Solution _No response_
### Describe the feature once resolved #46, `vector` will be enabled, but at the meanwhile, we need to test it carefully! ### Solution _No response_