add link to demo

dev
MITSUNARI Shigeo 7 years ago
parent b6d63653a5
commit d28ec55467
  1. 2
      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

Loading…
Cancel
Save