From 5a463b7a0901d0c9d5fb464d15e9246705a752ae Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Fri, 30 Aug 2019 21:28:19 -0500
Subject: [PATCH] Add WASM Compilation to the README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index d53046c..f7c9fe4 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ go get nhooyr.io/websocket@v1.4.0
 ## Roadmap
 
 - [ ] WebSockets over HTTP/2 [#4](https://github.com/nhooyr/websocket/issues/4)
+- [ ] WASM Compilation [#121](https://github.com/nhooyr/websocket/issues/121)
 
 ## Examples
 
-- 
GitLab