WebAssembly: add hogosuru to framework list

Change-Id: I06ef9dbdeea0b0e1d1bc7a2e5a261ee71dc74421
GitHub-Last-Rev: e8b37cf7682b75d92e02faa41932662d5da40f79
GitHub-Pull-Request: golang/wiki#26
Reviewed-on: https://go-review.googlesource.com/c/wiki/+/613415
Commit-Queue: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
diff --git a/WebAssembly.md b/WebAssembly.md
index 38f40f6..f429390 100644
--- a/WebAssembly.md
+++ b/WebAssembly.md
@@ -200,6 +200,8 @@
 
 * [GoWebian](https://github.com/bgokden/gowebian): A library to build pages with pure Go and add WebAssembly bindings.
 
+* [`hogusuru`](https://github.com/realPy/hogosuru): An advanced webassembly framework that implements most of the features (including indexeddb, serviceworker, websocket and much more) of browsers directly accessible in GO.
+
 * [VECTY](https://github.com/hexops/vecty): Build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
 
 * [`vert`](https://github.com/norunners/vert): WebAssembly interop between Go and JS values.