programmerjake opened issue #3053:
See upstream: https://github.com/gz/rust-cpuid/issues/45#issuecomment-873001709
Running into this issue via wasmtime PyPI package used by yowasp-yosys.
See also: https://github.com/YoWASP/yosys/issues/22
programmerjake labeled issue #3053:
See upstream: https://github.com/gz/rust-cpuid/issues/45#issuecomment-873001709
Running into this issue via wasmtime PyPI package used by yowasp-yosys.
See also: https://github.com/YoWASP/yosys/issues/22
alexcrichton commented on issue #3053:
Thanks for the report! It looks like this is coming from the raw-cpuid crate which was removed in https://github.com/bytecodealliance/wasmtime/pull/2607. Looking at yosys I think an older version of Wasmtime is being pulled in, so I think that this isn't a bug in Wasmtime itself but perhaps a place where the python wasmtime dep needs to be updated?
programmerjake commented on issue #3053:
Ok, thanks!
programmerjake closed issue #3053:
See upstream: https://github.com/gz/rust-cpuid/issues/45#issuecomment-873001709
Running into this issue via wasmtime PyPI package used by yowasp-yosys.
See also: https://github.com/YoWASP/yosys/issues/22
Last updated: Nov 22 2024 at 16:03 UTC