KnicKnic / WASM-ImageMagick

Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build.sh doesn't produce magick.js/.wasm files

jeffcato opened this issue · comments

I attempted to build the latest version per https://github.com/KnicKnic/WASM-ImageMagick#build-instructions. When the build did not produce the expected magick.js/.wasm files, I pulled an older version of the build.sh, which produced the files as expected.

The commit I grabbed build.sh from: 9a7b2ae#diff-0b83f9dedf40d7356e5ca147a077acb4

Edit: added commit reference

Pipelines is successfully building magick.js &/.wasm
click on artifacts in https://dev.azure.com/oneeyedelf1/wasm-imagemagick/_build/latest?definitionId=1

Apparently in the conversion to typescript the build now requires typescript & npm. This does make it harder on a windows developer, as it has bash constructs and docker doesn't work in wsl. I am not happy about this.

updated install instructions in commit c7a8573

Windows install instructions are stated broken and using CICD is explained as alternative.

Issue to fix windows install instructions has been created at #37