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

### Describe the feature Inspired by https://eips.ethereum.org/EIPS/eip-3540, here we introduce `Zink Object Format` in this project, which makes Zink a common smart contract language for the industry. ZOF is prepared...