aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-09-02 19:51:40 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-09-02 19:51:40 +0800
commitd28ec5546703f76879f17d606fc5d27264cc32b3 (patch)
treef8926971b89dd5e7df5f64afdcb8ee4aaca8cf2e
parentb6d63653a5ded6660e24db9681ef1d1e207771d6 (diff)
downloadtangerine-mcl-d28ec5546703f76879f17d606fc5d27264cc32b3.tar.gz
tangerine-mcl-d28ec5546703f76879f17d606fc5d27264cc32b3.tar.zst
tangerine-mcl-d28ec5546703f76879f17d606fc5d27264cc32b3.zip
add link to demo
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 856da15..3427469 100644
--- a/readme.md
+++ b/readme.md
@@ -94,6 +94,8 @@ msbuild mcl.sln /p:Configuration=Release /m
```
## Build for WASM(WebAssembly) (experimental)
mcl supports emcc (Emscripten) and `test/bn_test.cpp` runs on browers such as Firefox and Chrome.
+
+* [pairing on brower](http://herumi.github.io/mcl/demo/pairing.html)
Type
```
emcc -O3 -I ./include/ -I ../cybozulib/include/ src/fp.cpp test/bn_test.cpp -DNDEBUG -s WASM=1 -o t.html