Skip to content

synonymdev/ldk-garbagecollected-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ldk-garbagecollected-docker

Docker container for building the LDK garbagesollected bindings and WASM.

Build

docker build . -t ldk-wasm

Run

docker run -v /tmp:/tmp ldk-wasm

Freshly baked bindings are now located in your local /tmp mount point.

Interactive Shell

Remove the Entrypoint from the Dockerfile, currently used for debugging

docker run -ti -v /tmp:/tmp ldk-wasm bash

About

Docker container for building the LDK garbagesollected bindings and WASM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published