anza-xyz / move

Move compiler targeting llvm supported backends
https://discord.gg/wFgfjG9J
Apache License 2.0
107 stars 32 forks source link

[Feature Request] print (append) a list of entrypoints to a file. #423

Open ksolana opened 4 months ago

ksolana commented 4 months ago

Move allows programmers to have multiple entrypoints. It'll be nice for the compiler to print (append) a list of entrypoints to a file. Addtionally, the compiler should have a flag.

This will make it easy for developers to work with a list of entrypoints when writing a solana contract.

Relevant patch: https://github.com/anza-xyz/move/commit/6716e0eb7e1e360b7d5a2cd4b7508862d2c43743