diff options
Diffstat (limited to 'docs/demo')
-rw-r--r-- | docs/demo/bls-demo.js | 2 | ||||
-rw-r--r-- | docs/demo/bls.html | 2 | ||||
-rw-r--r-- | docs/demo/bls_c.js (renamed from docs/demo/bls.js) | 0 | ||||
-rw-r--r-- | docs/demo/bls_c.wasm (renamed from docs/demo/bls.wasm) | bin | 440261 -> 440261 bytes |
4 files changed, 2 insertions, 2 deletions
diff --git a/docs/demo/bls-demo.js b/docs/demo/bls-demo.js index 09d291f..50364e7 100644 --- a/docs/demo/bls-demo.js +++ b/docs/demo/bls-demo.js @@ -22,7 +22,7 @@ function setupWasm(fileName, nameSpace, setupFct) { var MCLBN_FP_UNIT_SIZE = 6 -var module = setupWasm('bls.wasm', null, function(mod, ns) { +var module = setupWasm('bls_c.wasm', null, function(mod, ns) { define_exported_bls(mod) define_extra_functions(mod) var r = blsInit(0, MCLBN_FP_UNIT_SIZE) diff --git a/docs/demo/bls.html b/docs/demo/bls.html index d740c25..789b39c 100644 --- a/docs/demo/bls.html +++ b/docs/demo/bls.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <title>BLS signature sample</title> -<script type='text/javascript' src="./bls.js"></script> +<script type='text/javascript' src="./bls_c.js"></script> <script type='text/javascript' src="./exported-bls.js"></script> <script type='text/javascript' src="./bls-demo.js"></script> </script> diff --git a/docs/demo/bls.js b/docs/demo/bls_c.js index 87259b6..87259b6 100644 --- a/docs/demo/bls.js +++ b/docs/demo/bls_c.js diff --git a/docs/demo/bls.wasm b/docs/demo/bls_c.wasm Binary files differindex 8f235c2..8f235c2 100644 --- a/docs/demo/bls.wasm +++ b/docs/demo/bls_c.wasm |