Open yogisalomo opened 3 days ago
@llvm/issue-subscribers-lld-wasm
Author: Yogi Salomo Mangontang Pratama (yogisalomo)
How can I reproduce it? I can't find any instructions in that repo. I cloned the repo and ran ./build_wasm.sh
, but it says
aheejin@aheejin:~/test/onnx-simplifier$ ./build_wasm.sh
+ command -v emcmake
+++ dirname -- ./build_wasm.sh
++ cd -- .
++ pwd
+ SCRIPT_DIR=/usr/local/google/home/aheejin/test/onnx-simplifier
+ WITH_NODE_RAW_FS=OFF
+ cd /usr/local/google/home/aheejin/test/onnx-simplifier
+ pushd third_party/onnxruntime/cmake/external/protobuf/cmake
./build_wasm.sh: line 11: pushd: third_party/onnxruntime/cmake/external/protobuf/cmake: No such file or directory
@aheejin thank you for responding. From the error message, seems like you didn't clone the repository recursively and therefore missing the files of the third_party repositories. Can you please try that?
I came across this error when trying to build wasm artifact of this repository ( branch
v0.4.36
) using ninja.The
emsdk
version that I used was 3.1.72.Please let me know if there's any other detail that I need to add to help solving this issue. Thank you.