Skip to content

Releases: joncinque/solana-zig-bootstrap

solana-v1.43.1

10 Sep 17:37
Compare
Choose a tag to compare
[SOL] Tag solana-v1.43.1

solana-v1.43.0

24 Aug 03:10
Compare
Choose a tag to compare

Compiler release aligned with Zig 0.13 and LLVM 18.

solana-v1.41.2

04 Aug 17:11
Compare
Choose a tag to compare
[SOL] Tag solana-v1.41.2

solana-v1.41.1

23 Jun 15:29
b744316
Compare
Choose a tag to compare
[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

solana-v1.41

13 May 17:36
Compare
Choose a tag to compare
[SOL] Switch linux builds to musl libc

solana-v1.39

01 Feb 00:59
Compare
Choose a tag to compare
CI: Add workflow file to build and release compiler