emscripten/third_party/lzma.js/post.js

14 строки
165 B
JavaScript

return returnValue;
},
compress: function(data) {
return this.run(data);
},
decompress: function(data) {
return this.run(data, true);
}
};