Skip to content

0.1.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Apr 00:28
· 84 commits to main since this release
40c2ccc
fix(sdk): use bun baseline build for x86_64 Linux to avoid AVX2 crashes

Switch the bun download target from "linux-x64" to "linux-x64-baseline"
across all three SDKs (Rust, TypeScript, Go) to support x86_64 machines
without AVX2 CPU instructions, which caused "Illegal instruction" crashes.