Docker container for building the LDK garbagesollected bindings and WASM.
docker build . -t ldk-wasm
docker run -v /tmp:/tmp ldk-wasm
Freshly baked bindings are now located in your local /tmp mount point.
Remove the Entrypoint from the Dockerfile, currently used for debugging
docker run -ti -v /tmp:/tmp ldk-wasm bash