This repository has been archived by the owner on Aug 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
Docker: rustwasmc build fails on rustc v.1.5.0 #21
Comments
I am facing the exact issue here, did you manage to make it work? |
Since reporting this issue I installed wasmedge in my system directly (instead of using a Docker container). It makes things easier for me and I don't run into compatibility issues anymore. |
I am facing the same problem, docker or base linux (ubuntu 21). Any updates on that point?
|
rustwasmc is no longer updated. Instead, we moved forward to the quickjs solution for the nodejs extensions. Ref: https://github.com/second-state/wasmedge-quickjs I will make this repo a public archive. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm following your tutorial using your provided Docker container.
When I use
wasmedge/appdev_x86_64:0.8.2
Docker image therustwasmc build
command fails when trying to compile a bumpalo-3.9.1 package:I suspect the build fails because of outdated
rustc
version used by wasmedge. It's 1.5.0 version in that Docker image.When I try a more recent Docker image (wasmedge/appdev_x86_64:0.9.0) and run the same command I get the following:
So what is the right version to use? And what can I do to build your example code?
Thanks
The text was updated successfully, but these errors were encountered: