Added link to Vugu
diff --git a/WebAssembly.asciidoc b/WebAssembly.asciidoc
index eff97b7..e8cf257 100644
--- a/WebAssembly.asciidoc
+++ b/WebAssembly.asciidoc
@@ -8,7 +8,9 @@
 
 # Introduction
 
-Go 1.11 added an experimental port to WebAssembly.
+Go 1.11 added an experimental port to WebAssembly.  Go 1.12 has
+improved some parts of it, with further improvements expected in Go
+1.13.
 
 WebAssembly is described on its https://webassembly.org[home page] as:
 
@@ -99,6 +101,10 @@
 modify the program, rebuild `main.wasm`, and refresh to see new
 output.
 
+# Go WebAssembly UI framework(s)
+
+An experimental new framework https://github.com/vugu/vugu[Vugu] is
+worth trying out, if you're looking for something like VueJS. :smile:
 
 # Executing WebAssembly with Node.js
 
@@ -146,6 +152,7 @@
 
 There is also a https://gowebapi.github.io/[binding generator] that can be used.
 
+
 # Editor configuration
 
 * https://github.com/golang/go/wiki/Configuring-GoLand-for-WebAssembly[Configuring GoLand and Intellij Ultimate for WebAssembly] - Shows the exact steps needed for getting Wasm working in GoLand and Intellij Ultimate