Skip to content

StormLib Implode and Explode algorithms for javascript thanks to emscripten

Notifications You must be signed in to change notification settings

alexpineda/pkware-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkware-wasm

StormLib Implode and Explode algorithms for javascript thanks to emscripten

API

syncronously compress the in buffer with pkware implode; will use the implode auto detect if dictSize is undefined

implode(in: Buffer, dictSize?)

syncronously decompress the in buffer with pkware explode

explode(in: Buffer)

calculate checksum

crc32(in: Buffer, xor?: boolean)

dictSize constants

ImplodeDictSize1
ImplodeDictSize2,
ImplodeDictSize3,

Development

In your (windows) emscripten environment run build/build.bat

About

StormLib Implode and Explode algorithms for javascript thanks to emscripten

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published