-
Notifications
You must be signed in to change notification settings - Fork 28
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
Build with -sASSERTIONS #25
Comments
@keminkasundra I have also noticed this problem. I will check and try to fix this error soon. |
Any updates on this issue ?🏃🏻♂️ |
@id1945 Please fix this issue as its not working for production. I notice one thing if we give camera permission with delay then its working fine otherwise zbar.js throwing error Please fix this if possible |
@ALL Please provide details which angular version has this error. |
Hi @id1945 any update on this issue? My Angular version is 14.3.0 and I am using 1.6.6 library version. Thank you for creating the simple library |
Hi @id1945 any update on this issue? My Angular version is 17 |
I solved! the problem was when serving in Azure WebApp you need to configure de wasm mimetype in a web.config like this. to allow the server deal with wasm files
this is the important line
|
Hello, I'm getting the same error, is your problem solved? |
Hey guys. I fixed this in LOAD_WASM('assets/wasm/ngx-scanner-qrcode.wasm').subscribe(); |
I am on angular version 14..2.12
On local environment it is working as aspected.
But on production mode it is throwing below error when we starting to reading barcode.
Error: Uncaught (in promise): RuntimeError: Aborted(both async and sync fetching of the wasm failed). Build with -sASSERTIONS for more info.
The text was updated successfully, but these errors were encountered: