Skip to content

Commit e9a4fc7

Browse files
committed
docs: add ASM to framework list
1 parent 3b70633 commit e9a4fc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Each example is available in one or more of the following frameworks:
1010
- [💫 Quasar](https://quasar-lang.com/docs) — a newer, more performant framework with Anchor-compatible ergonomics. Run `pnpm test` to execute tests.
1111
- [🤥 Pinocchio](https://github.com/febo/pinocchio) — a zero-copy, zero-allocation library for Solana programs. Run `pnpm test` to execute tests.
1212
- [🦀 Native Rust](https://docs.solana.com/) — vanilla Rust using Solana's native crates. Run `pnpm test` to execute tests.
13+
- [🧬 ASM](https://github.com/blueshift-gg/sbpf) — hand-written sBPF assembly via the `sbpf` toolchain, for maximum control and minimum compute. Build with `sbpf build`, test with `pnpm test`.
1314

1415
> [!NOTE]
1516
> You don't need to write your own program for basic tasks like creating accounts, transferring SOL, or minting tokens. These are handled by existing programs like the System Program and Token Program.

0 commit comments

Comments
 (0)