summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2019-08-11 15:45:11 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2019-08-11 15:45:11 +0200
commit670bdb1f5dbf5859708a078bde3f9a8fa5045faf (patch)
treeb2676d1b7973921d4b3ba98c295ed47d7dd32eb8
parent7ab2df354dc78e508b294735cd706e9a665561a0 (diff)
updated readme, reflecting the transition to WebAssembly for Ripser Live
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 46d1ca9..445d8eb 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Copyright © 2015–2019 [Ulrich Bauer].
Ripser is a lean C++ code for the computation of Vietoris–Rips persistence barcodes. It can do just this one thing, but does it extremely well.
-To see a live demo of Ripser's capabilities, go to [live.ripser.org]. The computation happens inside the browser (using [PNaCl] on Chrome and JavaScript via [Emscripten] on other browsers).
+To see a live demo of Ripser's capabilities, go to [live.ripser.org]. The computation happens inside the browser (using [Emscripten] to compile Ripser to [WebAssembly], supported on recent browsers).
The main features of Ripser:
@@ -104,8 +104,8 @@ Ripser is licensed under the [MIT] license (`COPYING.txt`), with an extra clause
[Ulrich Bauer]: <http://ulrich-bauer.org>
[live.ripser.org]: <http://live.ripser.org>
-[PNaCl]: <https://www.chromium.org/nativeclient/pnacl/>
[Emscripten]: <http://emscripten.org>
+[WebAssembly]: <https://webassembly.org>
[latest-release]: <https://github.com/Ripser/ripser/releases/latest>
[Dionysus]: <http://www.mrzv.org/software/dionysus/>
[DIPHA]: <http://git.io/dipha>