mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-24 07:20:45 -04:00
implement zlib via web assembly, replacing rawdeflate library
This commit is contained in:
parent
5ce3aa2817
commit
0ad5b3e900
8 changed files with 216 additions and 1724 deletions
|
@ -10,8 +10,8 @@ global.WebCrypto = require('node-webcrypto-ossl');
|
|||
|
||||
// application libraries to test
|
||||
global.$ = global.jQuery = require('./jquery-3.3.1');
|
||||
global.RawDeflate = require('./rawdeflate-0.5').RawDeflate;
|
||||
global.RawDeflate.inflate = require('./rawinflate-0.3').RawDeflate.inflate;
|
||||
global.RawDeflate = require('./rawinflate-0.3').RawDeflate;
|
||||
require('./zlib-1.2.11');
|
||||
require('./prettify');
|
||||
global.prettyPrint = window.PR.prettyPrint;
|
||||
global.prettyPrintOne = window.PR.prettyPrintOne;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue