zink icon indicating copy to clipboard operation
zink copied to clipboard

Rustic programming language that targets the Ethereum Virtual Machine

Results 49 zink issues
Sort by recently updated
recently updated
newest added

### 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...

optimization

### 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_

instr
research

### Describe the feature Not sure how to reach this instruction for now, needs research ### Solution _No response_

instr
research

### Describe the feature once resolved #46, `vector` will be enabled, but at the meanwhile, we need to test it carefully! ### Solution _No response_

### 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