Updated hashwasm with librejs support
This commit is contained in:
parent
0b348636a8
commit
f99b9494d8
|
@ -1,3 +1,5 @@
|
|||
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
|
||||
|
||||
/*
|
||||
* Beautified version of:
|
||||
* hash-wasm (https://www.npmjs.com/package/hash-wasm)
|
||||
|
@ -1350,4 +1352,6 @@
|
|||
return Promise.reject(A)
|
||||
}
|
||||
}
|
||||
}));
|
||||
}));
|
||||
|
||||
// @license-end
|
Reference in New Issue