相关文章推荐
俊逸的炒饭  ·  C++ ...·  1 年前    · 
坚韧的竹笋  ·  Docker 无法安装 ...·  1 年前    · 
谦和的小蝌蚪  ·  c# - Difference ...·  1 年前    · 
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

failed to asynchronously prepare wasm: RuntimeError: abort(both async and sync fetching of the wasm failed). Build with -s ASSERTIONS=1 for more info

Ask Question

I am working on angular 12 application and trying to integrate Innovatrics InnoCameraComponent to capture image. Application is woking fine with Localhost but when i deploy the Application on IIS with https protocol i am getting error AutoCaptureError: Cannot init face detector

Application is working fine ,opening camera and auto capturing the image but when we publish build on IIS with (ng build --prod) it is giving error

failed to asynchronously prepare wasm: RuntimeError: abort(both async and sync fetching of the wasm failed). Build with -s ASSERTIONS=1 for more info.

Yes, After upgrading Angular CLI i have faced this issue, now i came back to previous version abid Hussain Nov 15, 2022 at 5:46

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .