Use more explicit labels
diff --git a/WebAssembly.asciidoc b/WebAssembly.asciidoc
index e51e318..6083160 100644
--- a/WebAssembly.asciidoc
+++ b/WebAssembly.asciidoc
@@ -25,7 +25,7 @@
 **********************************************************************
 
 
-# Getting Started (browser)
+# Getting Started (JS)
 
 This page assumes a functional Go 1.11 or newer installation. For
 troubleshooting, see the https://github.com/golang/go/wiki/InstallTroubleshooting[Install Troubleshooting]
@@ -115,7 +115,7 @@
 modify the program, rebuild `main.wasm`, and refresh to see new
 output.
 
-# Getting started (backend)
+# Getting Started (WASI)
 
 Go 1.21 introduced WASI as a supported platform. To build for WASI, use the `wasip1` port: