I've found an issue with building cranelift-simplejit, is a github issue with the cranelift bugreport template the best way to report it?
What is the issue?
cranelift-simplejit specifies the dependency region = "2.1.0"
, but It only builds with version 2.2.0 (latest).
Using cranelift v0.65.0 btw
:confused: I recently had to change the 2.0.0 requirement to 2.1.0: https://github.com/bytecodealliance/wasmtime/pull/1827 It is suprising that it already needs 2.2.0.
What is the exact error?
Here is the cargo output: http://ix.io/2qUQ
Seems to be a very similar error
I am pretty sure I tested it with 2.1.0.
To test it I just made an emtpy cargo project and added the following dependencies:
cranelift-simplejit="0.65.0"
region = "=2.1.0"
It also happens with region version 2.1.2
In that case could you please make a PR to update the region requirement to 2.2.0 everywhere? Both cranelift-sinplejit and the crate of wasmtime that uses region.
Yes, I can do that.
Are there tests I should run/add to?
I submitted the PR.
I don't think a test is necessary.
Last updated: Nov 22 2024 at 17:03 UTC