From 9def3153de74adbc3261c7ae5914334abec3cb0f Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 8 Nov 2019 22:27:06 +0100 Subject: [PATCH] README.md: note that the WebAssembly is experimental It's slow and syscall/js has seen incompatible changes in Go 1.13 and Go 1.14. Signed-off-by: Elias Naur --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5aea5b5d..b4ccbde8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Gio -Immediate mode GUI programs in Go for Android, iOS, macOS, Linux, -FreeBSD, Windows and WebAssembly. See [gioui.org](https://gioui.org) for details and -documentation. +Immediate mode GUI programs in Go for Android, iOS, macOS, Linux, FreeBSD, +Windows and WebAssembly (experimental). See [gioui.org](https://gioui.org) for +details and documentation. [![builds.sr.ht status](https://builds.sr.ht/~eliasnaur/gio.svg)](https://builds.sr.ht/~eliasnaur/gio)