Since solidity is the most used language for EVM, we'd like to align to solidity for the EVM features, the current implementation of zink solved the problem translating WASM to EVM bytecode but missed EVM specific features, the missing parts are mainly in the assembly code logic level & syntax
solidity reference
Since solidity is the most used language for EVM, we'd like to align to solidity for the EVM features, the current implementation of zink solved the problem translating WASM to EVM bytecode but missed EVM specific features, the missing parts are mainly in the assembly code logic level & syntax
Jump Table
268
279
280
285
Control Flow
287
EVM Featured & ABI
254
255
256
257
259
260
273
274
275
288
289
291
Error Handlings
258
154
Memory & Types
219
249
250
251
252
253
261
269