# 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/s2md4wa
WASM 與 Rust:革命性的組合**
WebAssembly (Wasm) 和 Rust 已經成爲一個強大的組合,改變了軟件工程的面貌。Wasm 是一種二進制指令格式,可以在 web 瀏覽器上高性能的執行,爲 web 應用程序提供接近本機的速度。Rust 與 Wasm 的無縫集成,可以專注於性能和內存安全,這樣就創建了一個強大的組合。WebAssembly 是一個底層虛擬機,運行用 C、C++ 和 Rust 等語言編寫的代碼。它爲在 ⌘ Read more