-
Notifications
You must be signed in to change notification settings - Fork 30
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
make gosdk compilable to wasm (go-ethereum not compatible with wasm) #128
Comments
there is an active PR ethereum/go-ethereum#23046 that solves the above error. I have tried it in my local machine. |
hey nice find |
@mallochine sorry for taking this too long. I ask the go-ethereum devs but it seems they still not review the above PR. I tried to update our mod using
turns out, it happened because it is still use Do you have any other suggestion? |
use go replace on go.mod , and git clone it on ci job first |
closed as #141 |
@moldis please fix this since go-ethereum package is your responsibility.
You can reproduce the compile error by doing this:
The temporary workaround that I'm using (in order to build the wasm taht Hau can use) is to edit those go-ethereum files locally and fix the golang errors by nuking the CPU stat collection.
In order to fix this, Artem you need to do either one of the following two:
@moldis also this is way outside the scope of my responsibilities, so I'm assigning to you
The text was updated successfully, but these errors were encountered: