Skip to content

Gzip encryption and decryption wasm implementation, support Deno

License

Notifications You must be signed in to change notification settings

manyuanrong/wasm_gzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm_gzip

Gzip encryption and decryption wasm implementation, support Deno

Build Status GitHub GitHub release (Deno)

Usage

import {
  gzipDecode,
  gzipEncode,
} from "https://github.com/manyuanrong/wasm_gzip/raw/master/mod.ts";

const helloWorld = new TextEncoder().encode("Hello World");

const encoded = gzipEncode(helloWorld);
const decoded = gzipDecode(encoded);

About

Gzip encryption and decryption wasm implementation, support Deno

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages