Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not build wasm #35

Open
handsomecheung opened this issue Oct 30, 2020 · 0 comments
Open

Can not build wasm #35

handsomecheung opened this issue Oct 30, 2020 · 0 comments

Comments

@handsomecheung
Copy link

Hi

I found two issues for building wasm.

  1. Build from global npm package magick-wasm

    The following errors happened after run command magick-wasm:

    ls: no such file or directory: ~/.nvm/versions/node/v12.19.0/lib/node_modules/magick-wasm/src/templates
    

    There is no dir src/templates in node_modules/magick-wasm, so no scripts generated in build/emscripten-scripts.

  2. Build from source code

    Clone source code, and run bash emscripten-scripts/run-docker.sh, the following errors happened:

    emscripten-scripts/build-zlib.sh: line 17: emconfigure: command not found
    

    Maybe base image trzeci/emscripten:latest changed? if so, what image tag should be used for build correctly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant