do not do evil
This commit is contained in:
@@ -80,7 +80,7 @@ export function noteZip(text) {
|
||||
return text;
|
||||
}
|
||||
|
||||
function zip(data){
|
||||
export function zip(data){
|
||||
if(wasmFlate.__wbindgen_wasm_module){
|
||||
return wasmFlate.gzip_encode_raw(data);
|
||||
}
|
||||
@@ -88,7 +88,7 @@ function zip(data){
|
||||
return pako.gzip(data);
|
||||
}
|
||||
|
||||
function unzip(data){
|
||||
export function unzip(data){
|
||||
if(wasmFlate.__wbindgen_wasm_module){
|
||||
return wasmFlate.gzip_decode_raw(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user