diff options
Diffstat (limited to 'docs/demo/bls-demo.js')
-rw-r--r-- | docs/demo/bls-demo.js | 2 |
1 files changed, 1 insertions, 1 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) |