leezu commented on a change in pull request #18189: URL: https://github.com/apache/incubator-mxnet/pull/18189#discussion_r418308686
########## File path: ci/docker/Dockerfile.build.ubuntu ########## @@ -127,6 +127,11 @@ RUN /work/ubuntu_julia.sh COPY install/ubuntu_perl.sh /work/ RUN /work/ubuntu_perl.sh +# MXNetJS nightly needs emscripten for wasm +COPY install/ubuntu_emscripten.sh /work/ Review comment: My understanding is, that you don't want to use fastcomp backend but rather the native llvm backend. Reference: https://v8.dev/blog/emscripten-llvm-wasm However, if you find it's difficult to figure out how to do that, it's also OK to keep the current setup for now and fix it later. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org