aboutsummaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-12-05 16:24:40 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-12-05 16:24:40 +0800
commitf32a2fb49147d76440d0ceb4cee4a3d06961ef82 (patch)
tree748c9f570fd88dc4139db395e1e9f2c22249a1e3 /ffi
parent936a5cf699d03620a129a6badf8f03cd96d528a2 (diff)
downloaddexon-bls-f32a2fb49147d76440d0ceb4cee4a3d06961ef82.tar
dexon-bls-f32a2fb49147d76440d0ceb4cee4a3d06961ef82.tar.gz
dexon-bls-f32a2fb49147d76440d0ceb4cee4a3d06961ef82.tar.bz2
dexon-bls-f32a2fb49147d76440d0ceb4cee4a3d06961ef82.tar.lz
dexon-bls-f32a2fb49147d76440d0ceb4cee4a3d06961ef82.tar.xz
dexon-bls-f32a2fb49147d76440d0ceb4cee4a3d06961ef82.tar.zst
dexon-bls-f32a2fb49147d76440d0ceb4cee4a3d06961ef82.zip
[js] bls-demo is moved to bls-wasm
Diffstat (limited to 'ffi')
-rw-r--r--ffi/js/pre.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/ffi/js/pre.js b/ffi/js/pre.js
deleted file mode 100644
index 20b649b..0000000
--- a/ffi/js/pre.js
+++ /dev/null
@@ -1,5 +0,0 @@
-if (typeof __dirname === 'string') {
- var Module = {}
- Module.wasmBinaryFile = __dirname + '/bls_c.wasm'
-}
-