solana-v1.41.1
·
63 commits
to solana-1.43
since this release
[SOL] Alias mem syscalls to sol_mem variants (#3) #### Problem The memory syscalls (memset, memcpy, memmove, memcmp) don't exist on Solana. The sol_mem variants exist, but the backend doesn't know to use them. #### Solution Call them for the solana backend. Fixes #1