0.1.0-alpha.3
Pre-release
Pre-release
·
84 commits
to main
since this release
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.