Docker image for building WebAssembly binding of ZboxFS.
Make sure you've already updated to the latest upstream as above. Then use below command to build the image.
./build.sh
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.