diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-09-02 19:51:40 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-09-02 19:51:40 +0800 |
commit | d28ec5546703f76879f17d606fc5d27264cc32b3 (patch) | |
tree | f8926971b89dd5e7df5f64afdcb8ee4aaca8cf2e | |
parent | b6d63653a5ded6660e24db9681ef1d1e207771d6 (diff) | |
download | tangerine-mcl-d28ec5546703f76879f17d606fc5d27264cc32b3.tar.gz tangerine-mcl-d28ec5546703f76879f17d606fc5d27264cc32b3.tar.zst tangerine-mcl-d28ec5546703f76879f17d606fc5d27264cc32b3.zip |
add link to demo
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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
|