Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zstandard on WASI

Compile zstd command-line interface to WASM using WASI

Build

make -j

Test in wasmtime

echo "Hello world!" | wasmtime run build/zstd.wasm -- -

Test in a worker!

wrangler dev build/zstd.wasm -- -

echo "Hello world!" | curl https://<worker-endpoint> -X POST --data-binary @-

About

Compile zstd command-line interface to WASM using WASI

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages