summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Michelotti <michelotti.matthew@gmail.com>2018-06-14 23:38:49 -0500
committerMatthew Michelotti <michelotti.matthew@gmail.com>2018-06-14 23:38:49 -0500
commit0916203899c3aa89d049bf4af38db3961924ad9a (patch)
tree1ff572f9bbadb32f647ba8c7bcfafc8a77e0fae8
parent4032b55afd6724d7b331cae55c65fd5ef6c356f7 (diff)
updated example readme
-rw-r--r--example/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/example/README.md b/example/README.md
index 71ab016..6005290 100644
--- a/example/README.md
+++ b/example/README.md
@@ -53,8 +53,3 @@ opening the `html/index.html` file in a web browser.
The web browser must have WebAssembly and WebGl support.
Depending on the browser, it may not fetch the files correctly
unless you spin up a local web server.
-
-Although the `wasm32-unknown-unknown` target is now part of the stable release
-channel, the target itself is not considered stable. This example is working for
-Stable Rust version 1.25.0. It may break in the future, requiring additional
-changes to the Gate library.