# 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/mh5n2aq
一分鐘搞明白!快速掌握 Go WebAssembly
大家好,我是煎魚。最近因爲各種奇怪的原因,更多的接觸到了 WebAssembly。雖然之前很多博客也翻過寫過各種文章,但總感覺欠些味道。於是今天梳理了一版,和大家一起展開學習。先來一張經典圖:WebAssembly 是什麼---------------以下是 Mozilla 在 MDN 上給出的定義: WebAssembly(縮寫:Wasm)是一種新的編碼方式,可以在現代的網絡瀏覽器中運行 - ⌘ Read more