Skip to content

WASM build of dicom-codecs for JavaScript (browser and Node)

License

Notifications You must be signed in to change notification settings

dicom-codecs/dicom-codecs-wasmjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dicom-codecs-wasmjs

WASM build of dicom-codecs for JavaScript (browser and Node)

Building

This project uses git submodules to pull in external codec linbraries, initialize them first:

git submodule update --init --recursive

This project uses a docker container to build, build the container:

(cd Docker; ./build.sh)

Create a shell in the docker container

Docker/docker.sh

Once inside the docker container, build it:

./build.sh

Development

To update external dependencies to latest versions:

git submodule update --remote --merge

About

WASM build of dicom-codecs for JavaScript (browser and Node)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published