Generic solana entrypoint deserialize written in ASM. Useful for multi-instruction solana programs written in ASM.
First, setup Solana platform tools by running:
./setup-solana-llvm.shNext, build the program with:
makeTest the compiled program, using:
cargo test