Skip to content

solana-v1.41.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 15:29
· 63 commits to solana-1.43 since this release
b744316
[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