# 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/7bwpp4a
Nova:用 Rust 編寫的 JavaScript 與 WebAssembly 引擎**
你是否對 JavaScript(JS)和 WebAssembly(Wasm)的運行機制感到好奇?今天我們將一同探索一個名爲 Nova 的開源項目,這是一個用 Rust 編寫的 JavaScript 和 WebAssembly 引擎。儘管 Nova 目前還在開發中,並不適合實際使用,但其創新設計和獨特的方法已經吸引了不少技術愛好者的目光。 什麼是 Nova?---------Nova 是一個 Ja ⌘ Read more