# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/smjvf4q
在 Go 中支持 WASI-Go 1-21 新特性-**
Go 1.21 通過添加新的 wasip1 值來支持針對 WASI 預覽版 1 系統調用 API 的新端口。這個端口建立在 Go 1.11 中引入的現有 WebAssembly 端口之上。什麼是 WebAssembly?--------------------WebAssembly(Wasm) 是一種最初爲 Web 設計的二進制指令格式。它代表了一種標準, 允許開發人員以接近本機速度直接在 Web ⌘ Read more