-
Notifications
You must be signed in to change notification settings - Fork 63
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
Improve error message for non-x86_64 platforms #71
Comments
The precompliations for Wizer are listed in the optional dependencies here - https://unpkg.com/@bytecodealliance/wizer@1.6.1-beta.4/package.json. You do just need to separately run Let me know if I can assist further. |
Oh sorry, my point is that there is no precompiled binary for my platform. The error message tells me to run |
Ah, okay, noted I'll fix the error handling here. I see you've already got onto this - as soon as the new release goes out it will be in the version range for componentize-js which should resolve the issue without any release of componentize / jco being necessary. |
Currently if
@bytecodealliance/jco
and@bytecodealliance/componentize-js
are installed this happens locally:I believe the reason for this is that I'm on an AArch64 Linux machine which doesn't have precompiled binaries for Wizer, but it'd have been more helpful for me if the error had mentioned that.
The text was updated successfully, but these errors were encountered: