-
Notifications
You must be signed in to change notification settings - Fork 14
Can't compile / run tests? (wasm version mismatch?) #28
Comments
Yes. I think we either need to include |
running into the same problem. also for a weekend project that uses the i assume any project that has a dependency on the would be great if this could get fixed so at least the following compiles:
stuck here. |
tried with newest master and different branches. ran into different similar compilation errors. all wasm version mismatch related. |
The workaround is to:
|
what exactly do you mean by if i try
if i then try
fresh project. only dependency is |
Weird. Just noticed that we are using a branch of |
PR: great! i'm having these 2 wasm versions problems with the current |
can you try removing |
should i try with |
in current master only |
that something else is |
@snd so just pin wasm-utils to previous version before this commit:
|
@tomusdrw thanks! using after pinning wasm-utils as you described i'm getting:
|
that's no longer related to |
this no longer seems to be an issue. keeping this open until we have master pass CI again |
seems resolved on #31. will reopen if this appears again |
Hey, so I'm working on implementing changes to ethabi right now and I would like at some point to make sure that sol-rs and the tests still work fine with the new version. However if I simply clone the sol-rs repo and run
cargo test
onmaster
right now I get the following error: https://gist.github.com/axelchalon/1db3284c11adf373dbe57648120dd678. Is this expected? This is the same error as on the CI (except I also get this error for previous commits)might be because there's no cargo.lock and stuff changed?
any pointers appreciated! cheers
The text was updated successfully, but these errors were encountered: