diff options
| author | fiatjaf_ <fiatjaf@gmail.com> | 2026-04-03 08:21:30 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-03 08:21:30 -0300 |
| commit | d977198ab73c50bdc00528aba964ef845a12c0c4 (patch) | |
| tree | 9cee7f0cd669146920c42435eccd9912f1173ad3 /5C.md | |
| parent | 6f235c0387e46bb44451b6f495dd9e4fac217917 (diff) | |
point to latest examples
Co-authored-by: Awiteb <a@4rs.nl>
Diffstat (limited to '5C.md')
| -rw-r--r-- | 5C.md | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -287,8 +287,8 @@ Releases any handle: unconsumed request, active subscription (cancels it), indiv | |||
| 287 | 287 | ||
| 288 | ## Example programs and host code | 288 | ## Example programs and host code |
| 289 | 289 | ||
| 290 | - JavaScript host runtime example: https://viewsource.win/fiatjaf.com/nprogram/_/2e7d56d1536fcca8c49e7b2e99db8062f8df9ae1/~/src/nprogram-host.ts | 290 | - JavaScript host runtime example: https://viewsource.win/fiatjaf.com/nprogram/_/master/~/src/nprogram-host.ts |
| 291 | - Rust example (basic, just reads from a relay): https://viewsource.win/fiatjaf.com/nprogram/_/2e7d56d1536fcca8c49e7b2e99db8062f8df9ae1/~/examples/basic/src/lib.rs | 291 | - Rust example (basic, just reads from a relay): https://viewsource.win/fiatjaf.com/nprogram/_/master/~/examples/basic/src/lib.rs |
| 292 | - Zig example (displays the history of all interactions between the current user and some other user): https://viewsource.win/fiatjaf.com/nprogram/_/2e7d56d1536fcca8c49e7b2e99db8062f8df9ae1/~/examples/interactions/main.zig | 292 | - Zig example (displays the history of all interactions between the current user and some other user): https://viewsource.win/fiatjaf.com/nprogram/_/master/~/examples/interactions/main.zig |
| 293 | - TinyGo example (fetches all notifications, only display the unreplied ones): https://viewsource.win/fiatjaf.com/nprogram/_/2e7d56d1536fcca8c49e7b2e99db8062f8df9ae1/~/examples/unreplied/main.go | 293 | - TinyGo example (fetches all notifications, only display the unreplied ones): https://viewsource.win/fiatjaf.com/nprogram/_/master/~/examples/unreplied/main.go |
| 294 | - AssemblyScript example (fetches events from multiple relays and does a diff of the content): https://viewsource.win/fiatjaf.com/nprogram/_/2e7d56d1536fcca8c49e7b2e99db8062f8df9ae1/~/examples/old-trending/main.ts | 294 | - AssemblyScript example (fetches events from multiple relays and does a diff of the content): https://viewsource.win/fiatjaf.com/nprogram/_/master/~/examples/old-trending/main.ts |