zink-lang / zink

Rustic programming language that targets the Ethereum Virtual Machine
https://zink-lang.org
GNU General Public License v3.0
137 stars 12 forks source link

Replace codegen locals with rust signatures #238

Closed clearloop closed 1 month ago

clearloop commented 1 month ago

Describe the feature

Use rust signatures instead of wasm signatures, the problem to solve is how to handle the signatures of internal functions, need to get them out from debug infos

Solution

No response