Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 662 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 662 Bytes

zbox-docker-wasm

Docker image for building WebAssembly binding of ZboxFS.

How to build this image

Make sure you've already updated to the latest upstream as above. Then use below command to build the image.

./build.sh

How to use this image

To use this image to build WebAssembly binding for ZboxFS, first get the latest code from https://github.com/zboxfs/zbox-browser

git clone https://github.com/zboxfs/zbox-browser.git

And then in the cloned folder use below command to build.

./scripts/build.sh

For more details, please visit https://github.com/zboxfs/zbox-browser.